html, body {background: /*#06c6f5*/ #003db0;}

header {background: #2e2e2d;}

#navbar li>a {color: #e7ce1b;}

#navbar li>a:hover {
    background: /*#A3A3A0*/ #757575;
}

.dropbtn {
    background-color: #2e2e2d;
    color: #e7ce1b;
}

.dropdown-content {
    background-color: #2e2e2d;
}

.dropdown-content a {
    color: #e7ce1b;
    border-bottom: 3px solid #a3a3a3 /*#dbdbdb*/;
}

.dropdown-content a:hover {
    background-color: #757575
}

.dropdown:hover .dropbtn {
    background-color: #757575;
}

main {
    border: 5px solid #2e2e2d;
}

.content_box h1 {
    color: #e7ce1b ;
}

.content>ul {
    color: #ffffff;
}

.content>ul a {
    color: #ffffff;
}

#posts h1{
    color: #ffffff;
}

#backtoindex>a {
    color: #e7ce1b;
}

footer {
    background: #2e2e2d;
}