@font-face {
    font-family: Roboto;
    src: url(../res/Roboto-Regular.ttf);
}

* {
    font-family: Roboto, sans-serif;
}

html {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}





.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #9cf4f0;
    /* Example background color
    color: #000;
    /* Example text color */
    text-align: center;
    font-weight: bold;
    overflow: hidden;
}

/* .footer {
    
    
    width: 100%;
    background-color: #9cf4f0;
    /* Example background color */
/* color: #000;
    /* Example text color */
/* text-align: center;
    font-weight: bold;
} */

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1px;

}

