* {
  box-sizing: border-box;
}
body{
  margin: 0;
  min-width: 850px;
  font-weight: normal;
  font-size: 100%;
}

.header{
  padding: 10px 10px;
  font-size: 0;
  height: 60px;
  box-shadow: 0 0 7px #ffa500;
}
.headerr{
  width: 50%;
  display: inline-block;
}
.orng-brgr{
  width: 35px;
  height: 25px;
  position: absolute;
  right: 0;
  margin-top: 2px;
  padding-right: 10px;
}
.h1{
  font-size: 30pt;
  font-weight: 800;
  font-family: "Comic Sans MS";
}
.kirill{
  width: 300px;
  height: auto;
}
.cit{
  width: 40%;
  height: 250px;
  background-color: rgba(255 165 0 / .3);
  display: inline-block;
  text-align: center;

}
.y{
  font-family: "Monotype Corsiva", Cursive;
  font-size: 67pt;
}
.dodo{
  font-family: "lobster", sans-serif;
  font-size: 23pt;
}
.moonass{
  font-family: "Press Start 2P", system-ui;
  font-weight: 400;
  font-size: 25pt;
}
.babub{
  font-family: "Great Vibes", cursive;
  font-size: 18pt;
}