body{
    background-color: lightpink;

}
p{
    font-size: 20px;
    
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
}
a{
   
    text-align: center;
    font-size: 30px;
    color: rgb(163, 0, 0);
    font-weight: bold;
}
section{
    margin: 30px;
}