*{
    box-sizing: border-box;
}

body{
    background-color: antiquewhite;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

h2{
    background-color: lightgoldenrodyellow;
}