body{
    background-color: black;
    color: white;
}

div#left{
    border: solid 5px #d28f38;
    width: 40%;
    padding: 5%;
    align-content: center;
    text-align: center;
    float: left;
    font-family: serif;
}

div#right{
    width: 45%;
    color: #a96f23;
    float: right;
    font-family: serif;
}

ul {
    list-style: none;
    font-family: serif;
    margin-left: 120px;
}

ul li{
    display: inline;
    padding: 10px;
}

ul li a{
    text-decoration: none;
    color: #a96f23;
}

ul li a:hover{
    color: white;
    border-top: solid 5px #a96f23;
}

img#bar{
    width: 80%;
    border: solid 20px #a96f23;
}

img#icon{
    width: 95%;
}

h1{
    color: #d28f38;
}

