body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
}

main {
    flex: 1;
}

footer {
    display: flex;

    width: 100%;
    text-align: center;
    padding: 10px 0;
  
}

footer a {
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}


.footer-logo {
    width: 30px;
    height: 30px;
}
