body {
  margin: 0;
  overflow: hidden;
}

html {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: #113162;
}

.container {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

img {
  max-width: 100%;
  max-height: 100vh;
}

.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;
  }
}

.text {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 91%;
  left: 60%;
  color: black;
  font-size: 13px;
  width: 100%;
}
