body {
    margin: auto;
    width: 736px;
    padding-bottom: 200px;
    align-content: center;
    
    background-color: hsl(0, 0%, 97%);
    
    font-family: Inter, Roboto, 'Helvetica Neue', 'Arial Nova', 'Nimbus Sans', Arial, sans-serif;
    font-weight: normal;
    font-size: 16px; /* Set root font size */
    color: hsl(0, 0%, 10%);
}

h1 {
    margin-top: 75px;
    margin-left: -75px;
    margin-bottom: 60px;
    
    font-family: Rockwell, 'Rockwell Nova', 'Roboto Slab', 'DejaVu Serif', 'Sitka Small', serif;
    font-weight: bold;
    font-size: 4.6rem;
}

h2 {
    margin-bottom: 2px;
    
    font-family: Rockwell, 'Rockwell Nova', 'Roboto Slab', 'DejaVu Serif', 'Sitka Small', serif;
    font-weight: normal;
    font-size: 1.75rem;
    letter-spacing: 0.5px;
}

time {
    padding-left: 2px;
    
    font-size: 0.7rem;
    letter-spacing: 0.5px;
    color: hsl(0, 0%, 30%);
    text-transform: uppercase
}

p {
    padding-left: 30px;
    margin-top: 25px;
    margin-bottom: 75px;
    
    letter-spacing: 0.2px;
    line-height: 1.5
}