.logo {
    margin: auto;
    margin-top: 15%;
    width: 500px;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0; 
    width: 100%;
    text-align: center;
}

a {
    color: white;
    text-decoration: none;
    font-weight: bolder;
}