body {
    font-family: Quicksand;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    width: 100%;
    height: 100%;
}

header {
    height: 187px;
    background-image: linear-gradient(180deg, #00800D, #000000);
}

h1 {
    text-align: center;
    text-decoration: underline;
    font-weight: normal;
}

h2 {
    text-decoration: underline;
}

hr {
    width: 100%;
}

.navbar {
    display: flex;
    justify-content: space-around;
}

.navbar a {
    background-color: black;
    border: 1px solid white;
    border-radius: 2%;
    padding: 10px;
    text-decoration: none;
}

.navbar a:link {
    color: white;
}

.navbar a:visited {
    color: white;
}

.ahref {
    color: rgb(0, 123, 255)
}

.ahref a link:visited {
    color: rgb(0, 123, 255)
}

.img1 {
    text-align: center;
}