body {
    /* background-image: radial-gradient(ellipse closest-side at 50% 50%, #3a3f45, #37383c 25%, #343233); */
    background-color: #3bb371;
    color: #EDF5e1;
}

#output {
    color: #EDF5e1;
}

button.button {
    color: #EDF5e1;
    background-color: #05386B;
}

.maincontent {
    margin-top: 60%
}

@media (min-width: 550px) {
    .maincontent {
        margin-top: 50%
    }
}

/* Style the navigation menu */
.topnav {
    /*overflow: hidden;*/
    background-color: #333;
    position: relative;
    display: inline-block;
    float: right;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #dropDownMenu {
    display: none;
    position: absolute;
    min-width: 160px;
    z-index: 1;
    /*right: 0;*/
    right: 50px;
    background-color: #05386B;

}

/* Add a grey background color on mouse-over */
.topnav #dropDownMenu a:hover {
    /*background-color: #EDF5e1;*/
    color: #EDF5e1;
    border: solid 1px #EDF5e1;
}

/* Style navigation menu links */
.topnav a {
    color: #EDF5e1;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
}

/* Style the hamburger menu */
.topnav a.icon {
    background: black;
    display: block;
    position: absolute;
    right: 0;
}


