
body{
    font-family:'Unbounded';
    text-align: center;
    color: white;
    background-color: rgb(16, 16, 16);
}

li{
    font-weight: bold;
}

main{
    margin-left: 20px;
    margin-right: 20px;
}

.navbar ul{
    list-style-type: none;
    background-color: rgb(226, 202, 61);
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}

.navbar a{
    color: white;
    text-decoration: none;
    padding: 15px;
    display: block;
    text-align: center;
}

.navbar a:hover{
    text-decoration: underline;
    background-color: rgb(205, 183, 55);
}

.navbar a:focus{
    background-color: black;
}

.navbar li{
    float: left;
}

img{
    display: block;
    margin: auto;
}

.logobanner{
    background-color: white;
    display: block;
    margin: 6px;
}

.bottom{
    float: left;
    text-decoration: none;
    color: rgb(255, 196, 0);
}


.bottom:hover{
    color: rgb(255, 135, 23);
    font-weight: bold;
}

.bottom:focus{
    color: rgb(180, 183, 75);
    text-decoration: none;
}

.socials{
    float: right;
    padding: 10px;
    overflow: hidden;
}

.socials{
    justify-content: space-around;
    align-items: center;
    display: flex;
    flex-direction: row;
}

.account{
     opacity: 0.5;
}

.account:hover{
    opacity: 1;
}