body{
    background-color: beige;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 22px;
}
h1{
    color: blue;
}
p{
    color: darkblue;
}
h2{
    font-family: Georgia, 'Times New Roman', Times, serif;
}