/* Your baseline styles */
*,
*:before,
*:after {
    box-sizing: inherit;
}

/* Baseline Font Sizes */
html {
    font-size: 1rem;
    box-sizing: border-box;
    line-height: 1.5;
    font-family: Arial, sans-serif;
}

/* Responsive Images */
img {
    max-width: 50%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* Responsive typography */
p {
    font-size: 1rem;
    font-family: Arial, sans-serif;
}

h1 {
    font-size: 2rem;
    font-family: Arial, sans-serif;
}

h2 {
    font-size: 1.5rem;
    font-family: Arial, sans-serif;
}

h3 {
    font-size: 1.17rem;
    font-family: Arial, sans-serif;
}

h4 {
    font-size: 1rem;
    font-family: Arial, sans-serif;
}

h5 {
    font-size: 0.83rem;
    font-family: Arial, sans-serif;
}

h6 {
    font-size: 0.67rem;
    font-family: Arial, sans-serif;
}

/* Styling for date and time */
#datetime {
    font-style: italic;
    color: white;
    font-weight: bold;
    text-align: center;
    font-family: Arial, sans-serif;
}

h2 {
    text-align: center;
    margin-top: 20px;
    text-decoration: underline;
}

p a:hover {
    text-decoration: underline;
}

p {
    text-align: center;
    margin-top: 10px;
}