body {
background-color: rgb(0, 0, 0);
color:rgb(146, 15, 74);
 font-family: "Libertinus Mono", monospace
} 

header{ 
    font-family: "Dancing Script", cursive;
    font-size: 60px;
    border-bottom: double 5px;color:blue;
    padding: 35px;
text-align: 35px;
}
h1{ 
font-size: 30px;
}
p{
    font-size: 20px;
}

section{ 
    display: flex;
    justify-content: center;
    background-color:black;
    color:red(183,106,12);
}
.texto {
    margin-right:20%;
}
img{ 
    width: 300px;
    height: 200px;

}
