


#test a {
    background-color: #F4661B;
   } 
html {
color: #fff !important;
font-size: 20px;
font-family: Franklin Gothic Medium;
}

body{
background-color: #696969;
/*background-image:url(image/back.jpg);*/
background-size : cover;
background-repeat: no-repeat;
font-size: 20px;
 font-family: Franklin Gothic Medium;
}


footer
{
    margin: bottom;
    color: black;
}
*{
    text-align: center;
}
fieldset {
border: 5px solid #F4661B;
}



