*{
    border-radius: 0%;
    background-color: #bbbcd5;
}
.home {
    padding: 0;
    border: none;
    background: none;
}

header {
    position: relative;
    margin: 100px 0 25px 0;
    font-size: 2.3em;
    text-align: center;
    letter-spacing: 7px;
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    color: #494ca2;
}

nav {
    /* display: inline-block!important; */
    display: inline-block;
    text-align: center;
    position: relative;
    font-size: smaller;
}

ul,
li {
    list-style-type: none;
    float: right;
    padding: 10px;
}

#blues, #gc, #graph, #mh{
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    display: block;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 10%;
    padding-bottom: 10%;
    margin-left: auto;
    margin-right: auto;
}

p {
    font-size: larger;
    text-align: center;
    font-family: 'Roboto Slab', serif;
}