* {
    box-sizing: border-box;
}  
body {
    background-color: beige;
    font-family: Georgia, 'Times New Roman', Times, serif; 
}
h1  {
    text-align: center;
    color: black;
}
h2  {
    text-align: center;
    color: black;
}
p {
    color: black;
    /* border: 2px solid powderblue;
    padding: 30px; */
}
