﻿html,
body {
    height: 100%;
    font-family: 'Titillium Web', sans-serif;
    color: #333;
}

body {
    margin: 0;
}

.container {
    height: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

a {
    text-decoration: none;
    color: #000;
}

img {
    max-width: 90%;
    height: auto;
}

.mt-1 {
    margin-top: 1em;
}

.mt-2 {
    margin-top: 3em;
}

.ct {
    text-align: center;
}
