h1 {
    font-size: 2rem;
    font-weight: bold;
}

h2 {
    font-size: 1.75rem;
    font-weight: bold;
}

h3 {
    color: greenyellow;
    font-size: 1.5rem;
    font-weight: bold;
}

h4 {
    color: limegreen;
    text-decoration: underline;
    font-size: 1.25rem;
    font-weight: bold;
}

a {
    background-color: white;
}

ul {
    margin: 20px 0;
}

p {
    color: white;
    line-height: 1.1rem;
    margin-bottom: 5px;
    max-width: 700px;
}

img, video {
    margin-top: 5px;
    margin-bottom: 5px;
}

.no-margin {
    margin: 0;
}