body{
    background: #58FAF4;
}
div{
    border: 5px #ff3fbd solid;
    border-radius: 10px;
    padding: 10px;
    margin: auto;
    margin-top: 15px;
    width: 70%;
    background:#F5A9E1;
}
p{
    font-size: 20px;
    background: #1fffa9;
    border-radius: 10px;
}


#enlaces{
    display: flex;
    text-align: center;
    
    border: 0;
    border-radius: 0;
    padding: 0;
    margin: 0;
    margin-top: 0;
    width: 0%;
    background: 0;
}
a{
    text-decoration: none;
    font-size: 20px;
    color: white;
    margin: 10px;
}
#enlaces p{
    background: #BCA9F5;
    width: 90px;
    border-radius: 10px;
}
#enlaces p:hover{
    background: #1592ff;
}