body {
    background-image: url("../img/ISS_spaceBlurred.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    font-family: Merriweather, sans-serif;
}
.merriweather-light {
    font-family: "Merriweather", serif;
    font-weight: 300;
    font-style: normal;
}
.merriweather-regular {
    font-family: "Merriweather", serif;
    font-weight: 400;
    font-style: normal;
}
.merriweather-bold {
    font-family: "Merriweather", serif;
    font-weight: 700;
    font-style: normal;
}
.merriweather-black {
    font-family: "Merriweather", serif;
    font-weight: 900;
    font-style: normal;
}
.merriweather-light-italic {
    font-family: "Merriweather", serif;
    font-weight: 300;
    font-style: italic;
}
.merriweather-regular-italic {
    font-family: "Merriweather", serif;
    font-weight: 400;
    font-style: italic;
}
.merriweather-bold-italic {
    font-family: "Merriweather", serif;
    font-weight: 700;
    font-style: italic;
}
.merriweather-black-italic {
    font-family: "Merriweather", serif;
    font-weight: 900;
    font-style: italic;
}



#logo {
    height: 50px;
}
.logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(246, 246, 246, 0%);
    max-width: 220px;
    height: 60px;
    padding: 0 20px;
}
#headertext {
    text-align: center;
}
#linklogo {
    background-color: rgba(246, 246, 246, 0%);
    padding: 5px;
}
.navbar {
    display: flex;
    margin: 20px auto auto;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    font-family: Merriweather, sans-serif;
    background-color: rgba(246, 246, 246, 85%);
    max-width: 97%;
    border-radius: 20px;
    padding-left: 5px;
    padding-right: 20px;
}
.navbar h2 {
    color: #2f2f2f;
}
.navbar ul {
    display: flex;
}
.navbar ul li {
    list-style: none;
}
.navbar ul li a {
    text-decoration: none;
    color: #2f2f2f;
    padding: 20px;
    font-weight: bold;
}
.navbar ul button {
    width: 150px;
    height: 50px;
}