#main {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 150%;

    width: 100%;
    height: 150px;
    background-color: #FFD8C3;

    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;

    margin: auto;
}

#logo {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#core-and-protocols {
    text-decoration: none;
    color: rgb(65, 122, 124);
    position: absolute;
    margin: auto;
    top: 50%;
    left: 10%;
}

#all-else {
    text-decoration: none;
    color: rgb(65, 122, 124);
    position: absolute;
    margin: auto;
    top: 50%;
    left: 75%;
}

