h1{   
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 45px;
border: 2px solid blanchedalmond; border-radius: 20px;
padding: 5px;
}

h2{
font-family: Arial, Helvetica, sans-serif;
font-size: 35px;
color: skyblue;



}

h3{
font-family: Arial, Helvetica, sans-serif;
font-size: 25px;
color: red;





}

body{
background-color: black;
color: white;



}

a{
font-size: larger;
color: white;



}

p{
font-size: large;
}