body {
  font-family: bc-sklonar, sans-serif;
  color: #333;
  font-size: 1.5vmin;
  line-height: 1.2em;
  text-align: center;
}

a {
  text-decoration: none;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vmin;
  height: 50vmin;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50vmin;
  background-color: #012b36;
}

.logo-in-header {
  width: 32vmin;
}

.hole {
  position: fixed;
  width: 4vmin;
  height: 4vmin;
  border-radius: 4vmin;
  background-color: #000;
}

.text-block {
  position: static;
  margin-top: 3vmin;
  color: #b58901;
  font-size: 3vmin;
}

@media screen and (max-width: 991px) {
  .body {
    font-size: 3.6vw;
  }
}

@media screen and (max-width: 479px) {
  .body {
    font-size: 6.79vw;
    line-height: 1.2em;
    letter-spacing: 0.08em;
  }
}

