  

h2{
    color: white;
    background: #5D8DC0;
    padding : 1px;
    text-align: center;
    border-radius: 35px;
    border: 2px black solid;
    
}

body { 
    justify-content: center;
    text-align:center;
    font-size: 150%;
    background-color: #4682b4;
    color:#000000 solid;
}
a{
    text-decoration: none;

font-size: 40px;
border-radius: 20px;
background-color:#EEEEEE;
color:black;  
border: 2px black solid;
}
