h1 {
    font-size: 50pt;
    font-weight: bold;
    text-align: center;
    margin: 0;
    color: #69003F;
    text-shadow: 0px 2px #FF2F8A;
}
h2 {
    font-size:25pt ;
    font-weight: 500 ;
    text-align: center;
    margin: 0;
    color: #4D006C;
    font-family: ;
}
h3 {
    font-size: 16pt;
    font-weight: 900;
    text-align: center;
    color: #FF2F8A;
    font-family :'Roboto',sans-serif ;
}
p{
    font-size: 12pt;
    font-weight: 300;
    text-align: justify;
    color: #000000;
    padding-left: 50pt;
    padding-right: 50pt;
    font-family :'Roboto',sans-serif ;
}
nav {
    text-align: center;
}
nav ul li {
   display: inline-block;
    list-style-type: none;
}
nav ul li a{
    display: block;
    margin: 0.5rem;
    padding: 0.4rem 0;
    min-width: 150px;
    justify-content: flex-end;
    text-align: center;
    color : aqua;
    background-color: hotpink;
    text-decoration: none;
    border-radius: 4px;
    transition: all 1s;
}
nav ul li a:hover{
    background-color: lightpink;
    color: cadetblue;
    border-color: antiquewhite;
}
