html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Sinter', sans-serif;
}

body {
    display: flex;
    flex-direction: column;
}


main {
    flex: 1;
}

.footer-container {
    background-color: #343a40; 
    color: #ffffff;
    padding: 1rem; 
    font-size: 0.875rem; 
    text-align: center;
}


.footer-container a {
    color: #ffffff;
    text-decoration: none;
}

.footer-container a:hover {
    text-decoration: underline;
}


@font-face {
    font-family: 'Sinter';
    src: url('/fonts/Sinter-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

