
body
{
    background-color:rgb(255, 216, 249);
    color:rgb(10, 10, 10);
    margin:auto;   
}
.botonir
{
    display:inline;
    width:70px;
    padding:10px 20px;
    background-color:rgb(241, 101, 223); 
    color:rgb(255, 255, 255);
    text-decoration:none;
    border-radius:10px;
    cursor:pointer;
    text-align:center;
    margin:0;
}
.botonir:hover
{
    background-color:rgb(153, 54, 245);
}

.boton1
{
    display:absolute;
    width:180px;
    padding:4px 10px;
    background-color:rgb(241, 101, 223);
    color:rgb(255, 255, 255);
    text-decoration:none;
    border-radius:10px;
    cursor:pointer;
    text-align:center;
    justify-content:center;
    margin:0;
    align-items:center;
}
.boton1:hover
{
    background-color:rgb(153, 54, 245);
}
.boton2
{
    display:absolute;
    width:180px;
    padding:4px 10px;
    background-color:rgb(241, 101, 223);
    color:rgb(255, 255, 255);
    text-decoration:none;
    border-radius:10px;
    cursor:pointer;
    text-align:center;
    justify-content:center;
    margin:0;
    align-items:center;
}
.boton2:hover
{
    background-color:rgb(153, 54, 245)
}
.boton3
{
    display:absolute;
    width:180px;
    padding:4px 10px;
    background-color:rgb(241, 101, 223);
    color:rgb(255, 255, 255);
    text-decoration:none;
    border-radius:10px;
    cursor:pointer;
    text-align:center;
    justify-content:center;
    margin:0;
    align-items:center;
}
.boton3:hover
{
    background-color:rgb(153, 54, 245);
}
.boton4
{
    display:absolute;
    width:180px;
    padding:4px 10px;
    background-color:rgb(241, 101, 223);
    color:rgb(255, 255, 255);
    text-decoration:none;
    border-radius:10px;
    cursor:pointer;
    text-align:center;
    justify-content:center;
    margin:0;
    align-items:center;
}
.boton4:hover
{
    background-color:rgb(153, 54, 245);
}
.boton5
{
    display:absolute;
    width:180px;
    padding:4px 10px;
    background-color:rgb(241, 101, 223);
    color:rgb(255, 255, 255);
    text-decoration:none;
    border-radius:10px;
    cursor:pointer;
    text-align:center;
    justify-content:center;
    margin:0;
    align-items:center;
}
.boton5:hover
{
    background-color:rgb(153, 54, 245);
}

.boton6
{
    display:absolute;
    width:180px;
    padding:4px 10px;
    background-color:rgb(241, 101, 223);
    color:rgb(255, 255, 255);
    text-decoration:none;
    border-radius:10px;
    cursor:pointer;
    text-align:center;
    justify-content:center;
    margin:0;
    align-items:center;
}
.boton6:hover
{
    background-color:rgb(153, 54, 245);
}
.boton7
{
    display:absolute;
    width:180px;
    padding:4px 10px;
    background-color:rgb(241, 101, 223);
    color:rgb(255, 255, 255);
    text-decoration:none;
    border-radius:10px;
    cursor:pointer;
    text-align:center;
    justify-content:center;
    margin:0;
    align-items:center;
}
.boton7:hover
{
    background-color:rgb(153, 54, 245);
}
.titulo
{
    margin:auto;
    width:500px;
    height:40px;
    text-align:center;
    border-radius:15px;
}