body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    background: #181014;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.container img {
    max-height: 50vh;
    width: auto;
    height: auto;
    max-width: 90vw;
    object-fit: contain;
}
.description{
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 6vh;
    color: #F3E2E4;
    margin-bottom: 4vh;
}
.link{
    margin-top: 4vh;
    a {
        font-family: "Comfortaa", sans-serif;
        font-optical-sizing: auto;
        font-weight: 300;
        font-style: normal;
        font-size: 4.5vh;
        color: #F3E2E4;
        text-decoration: underline;
    }
}