body{
    background: url("../images/fondo.png");
}
h1{
    text-align: center;
    color: #e61aef;
    font-size: 40px;
    background: white;
    border: 5px solid;
}
#secundario{
    display: flex;
    justify-content: center;
    text-align: center;
    border: 5px #d441d9 solid;
    width: 65%;
    margin: auto;
    background: white;
}
a{
    text-decoration: none;
    color: black;
    font-size: 30px;
    text-shadow: 3px 3px 2px red;
}
img{
    margin: 30px;
}