body{
    background-color:Lavender;
    text-align:center;
    font-family:Courier New;
    color:#9f8bd6;
}
h1{
    font-size:60px;
}
h2{
    font-size:40px;
}
h3{
    font-size:30px;
}
p{
    font-size:20px;
}
a{
    color:#68a0b3;
    font-size:20px;
}