footer {
    background-color: #03002E;
    width: 100vw;
    bottom: 0;
    text-align: center;
    padding: 50px 0px;
}

footer p {
    color: #fcf579;
}

footer a {
    text-decoration: none;
    color: #fcf579;
    
}

footer a:hover {
    color: white;
}