*{
    font-family: sans-serif;
    text-align: center;
}
body{
    font-family: sans-serif;
    background-color: blanchedalmond;
    margin: 30px;
}
h1{
    text-align: center;
    font-size: 40px;
    color: antiquewhite
}
ul li{
    display: inline;
    padding: inherit;
    border: 3px solid; color: cadetblue;
    border-radius: 0px 20px;
    border-bottom: solid; color: cadetblue;
    font-family: 20px;
    background-color: cadetblue;
    text-align-last: center;
    text-align-last: center;
}
a{
    color: black;
    border-bottom-color: cadetblue;
    text-decoration: none;
    border-radius: 0px 20px;
}
header{
    color: black;
    text-align: justify;
    border-radius: 20px 0px;
}
h3{
    background-color: cadetblue;
    text-decoration: none;

}
b{
    color: black;
    text-align: justify;
}
p{
    font-size: 20px;
    background-color: cadetblue;
    padding: 15px;
    text-align: justify;
    border-radius: 20px 0px;
}
li:hover{
    background-color: darkturquoise;
    border-radius: 0px 20px;
}
Datos del alumnx{
    background-color: black;
    text-align: center;
}
}