body {
    color: white;
}

a {
    text-decoration: none;
    padding: 5px;
}

a:link {
    color: white;
}

a:visited {
    color: white;
}

a:hover {
    color: red;
}

a:active {
    color: white;
}

#menu {
    padding-top: 20px;
    padding-bottom: 20px;
}

#links {
    width: 50%;
    float: left;
}

#navicon {
    float: right;
    text-align: right;
}

#id {
}

#info {
    padding: 10px
}

#header {
    font-size: 50px;
    background: rgba(57, 40, 40, 0.5);
}

#content {
    background: rgba(57, 40, 40, 0.5);
}

#footer {
    padding: 10px
}
