html {
    width: 100%;
    height: 100%;
}

body {
    background-color: #000000;
    color: #F0E8D5;
    text-align: center;
}

#title {
    text-align: center;
}

.top-link {
    font-size: 300%;
}

.bottom-link {
    font-size: 200%;
}

.repo-link {
    font-size: 200%;
}

#nigeria {
    width: 100%;
    height: auto;
}

.no-background {
    background-color: #737373;
}

#gourd-facts {
    background-color: #222222;
    position: fixed; bottom: 0;
    font-size: 130%;
    margin: 5px;
}