body{
    background: rgba(248, 85, 255, 0.93);
}

h1{
    text-align: center;
}

form{
    background: #ffffff;
    border: 5px #0d0d0d solid;
    padding: 30px;
    width: 40%;
    margin: auto;
}

#divNombre{
    display: flex;
    justify-content: center;
}

#divM{
    display: flex;
    justify-content: center;
}

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