body{
    background-color: #323232;
    color: #cccccc;
    font-family: Arial;
}
.logo {
        font-size: 40px;
        font-weight: bold;
        text-transform: uppercase;
}
.navbar-brand{
    padding-left: 20px;
}
img{
    width: 25%;
}
#cookies img{
    width:50px;
}
.picture{
    text-align: center;
}
thead, th{
    color: #f6ff00;
    background-color: #555555;
}

nav div ul li{
    border: solid 1px #000000;
    border-radius: 5px;
    margin-left: 10px;
}
img:hover{
    width: 50%;
    z-index: 10;
}