@font-face {
    font-family: 'Lato';  /* The name you will use for this font */
    src: url('../fonts/Lato-Regular.ttf') format('truetype'), url('../fonts/Lato-Regular.woff2') format('woff2'), url('../fonts/Lato-Regular.woff') format('woff'); 
    font-weight: normal;  /* Can specify weight, like normal or bold */
    font-style: normal;   /* Can specify style, like normal, italic */
    font-display: swap;
}
@font-face {
    font-family: 'LatoBold';  /* The name you will use for this font */
    src: url('../fonts/Lato-Bold.ttf') format('truetype'), url('../fonts/Lato-Bold.woff2') format('woff2'), url('../fonts/Lato-Bold.woff') format('woff');
    font-weight: normal;  /* Can specify weight, like normal or bold */
    font-style: normal;   /* Can specify style, like normal, italic */
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat600';  /* The name you will use for this font */
    src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype'), url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/Montserrat-SemiBold.woff') format('woff');
    font-display: swap;
}
html, body {
    height: 100%;
    margin: 0;
}
.container-al {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}
.content {
    flex: 1; /* This makes the content take up the remaining space */
}
