body{
    background-color: black;
}
body a{
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
}


a:link {
  text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #D3AF37;
}

a:active {
    text-decoration: underline;
}

footer{
    padding: 0 1rem;
    position: absolute;
    bottom: 0;
    height: 35px;
    font-size: 12px;
    background: #ebedef;
    color: #000;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-top: 1px solid #d8dbe0;
    width: 100%;

}
footer a{
    color: #3c4b64;
    font-weight: 900;
}




