:root a{
    color: #ffc073;
    text-decoration: none;
}

a:hover {
    color: white;
}

.navigation_content {
    border-bottom: solid 1px #ffc073;
}

@media only screen  and  (max-width:868px){

    body {
        padding: 0 10px;
    }
}   