body{
    background: none;
    background-color: #000;
    color: white;
}
.submenu{
    color: #fff;
}
.submenu>ul li a{
    color: #fff;
}
.filter_form{
    color: #fff;
}

.styled-select {
   overflow: hidden;
    background-color: #000;
}
.styled-select select {
   background: transparent;
   border: none;
    color: #fff; 
}

a{
    color: white;
    text-decoration: underline;
}

a:hover{
    color: #fd4f00;
}

p{
    font-size: 1.5em;
    text-align: center;
}