#footer {
    background-color: #E3E3E3;
    padding: 20px;
    text-align: center;
    right: 0;
    
}
#footer a {
    background-color:#E3E3E3
　　font-weight: bold;
    color: #536078;
    text-decoration: none;
    margin: 0 10px;
}
#footer a:hover {
    text-decoration: underline;
    color:#99B4A5;
    transition: all 0.5s;
}
@media screen and (min-width: 1081px) {
    #footer{
        border-top-style: solid;
        border-top-color: gray;
        border-width:thin;
    }
}