body{
    /*hex is base16 red, then green, then blue */
    background-color: #112f4f;
}

li:hover{
   background-color:#309aab;
}

img{
    width:40%;
}

#selectorDiv{
    background-color:#305d75;
    border-style:solid;
    border-color:#051117;
}

.selectorEntry{
    font-size:24px;
    border-style:solid;
    border-color:#051117;
}