body {
    margin: 0;
    overflow: hidden;

}

html {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background-color: #000;
}

.container {
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

img{
    max-width: 100%;
    height: 100vh;
    display: block;
}

.main-link {
    position: relative;
    text-decoration: none;
}


.privacy {
    font-size: 2vh;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 10px;
    color: white;
    text-decoration: none;
}

.descr {
    margin: 0;
    text-align: center;
    margin-bottom: 5px;
    text-decoration: none;
    color: white;
}

.bottom-link {
    cursor: pointer;
    margin-right: 20px;
}

@media (max-width: 400px) and (min-height: 600px) {
    .privacy {
        font-size: 4vw;
    }
}

@media (max-width: 320px) and (min-height: 500px) {
    .privacy {
        font-size: 4vw;
    }
}