@import url("./reset.css");

body {
    background-color: white;
    font-family: Arial, sans-serif;
    text-align: center;
    margin: 0;
    padding: 20px;
}
.header-image {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}
.blurb {
    max-width: 600px;
    margin: 20px auto;
    font-size: 1.2em;
    line-height: 1.5;
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
}
.navbar {
    background-color: #333;
    overflow: hidden;
}
.navbar a {
    float: left;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}
.navbar a:hover {
    background-color: #ddd;
    color: black;
}
.navbar a.active {
    background-color: #04AA6D;
    color: white;
}
.align-left {
    text-align: left;
}
.space-block {
    height: 2em; /* Creates a space equivalent to two lines */
}
ul {
    text-align: left;
    max-width: 600px;
    font-size: 1.1em;
}