html, body {
    height: 100%;
    margin: 0;
    background-image: url("../gfx/bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.element {
    width: 50vw;
    height: auto;
    min-width: 200px;
    max-width: 600px;
    object-fit: contain;
}


@media (max-width: 768px) {



}
