.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;
}

h1, h2 {
    margin: auto;
    color: rgb(86, 85, 84);
}

h1 {
    margin-top: 20px;
    font-style: normal;
    align-self: center;
    align-items: center;
    text-align: center;
}

h2 {
    margin-top: 20px;
    align-self: center;
    align-items: center;
    text-align: center;
}

.nav {
    background-color: rgb(86, 85, 84) !important;
    color: #f8f0ff;
    margin: auto;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.nav-item {
    margin-right: 10px;
}

.nav-link {
    color: #f8f0ff;
}

main {
    min-height: 200px;
}

.intro {
    margin-top: 40px;
}

body {
    background-color: #eee5e9;
}

footer {
    background-color: rgb(86, 85, 84);
    color: #f8f0ff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.center {
    text-align: center;
    align-self: center;
}

#github-link {
    align-self: center;
    color: #f8f0ff;
    position:relative;
}