body {
    margin: 0;
    padding: 0;
    font-family: 'Archivo', sans-serif;
    font-size: 16px;
}

.container {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container img {
    max-width: 200px;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
}

.footer {
    position: fixed;
    bottom: 18px;
}