* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: 'Diploma-Script-Basic-RUS';
  src: url('fonts/Diploma-Script-Basic-RUS.eot');
  src: local('☺'), url('../fonts/Diploma-Script-Basic-RUS.woff') format('woff'),
    url('../fonts/Diploma-Script-Basic-RUS.ttf') format('truetype'),
    url('../fonts/Diploma-Script-Basic-RUS.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Unicorn-Regular';
  src: url('../fonts/Unicorn-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
html,
body {
  margin: 0;
  padding: 0;
  background-image: url('../img/background.jpg');
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.wrapper {
  /* height: calc(var(--vh, 1vh) * 100);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url('../img/background.jpg'); */
}

.head {
  font-family: 'Unicorn-Regular', sans-serif;
}

.name {
  font-family: 'Diploma-Script-Basic-RUS', sans-serif;
}

.cols {
  height: calc(var(--vh, 1vh) * 100);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}

.stars_header {
  width: 726px;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;

  font-family: 'Unicorn-Regular', sans-serif;
}

.header-btns input,
.header-btns button {
  opacity: 0.5;
}

.stars_header p {
  font-size: 27.65px;
  margin: 0;
  transform: translateY(25px);
}

.stars_header span {
  font-size: 54.26px;
  margin: 0;
  transform: translateY(25px);
}

.stars_footer {
  padding-bottom: 10px;
}

.header-btns {
  display: flex;
  gap: 30px;
  transform: translateY(30px);
}

#button,
#date {
  width: 200px;
  padding: 5px 15px;
  border-radius: 10px;
  text-align: center;
  height: 35px;
  cursor: pointer;
}

.header-back {
  width: 100%;
  height: 300px;
  background-image: url('../img/eye.svg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.stars_main {
  width: 100%;
  display: flex;
  justify-content: center;
}

.stars_main svg {
  height: 100%;
}

.stars_main svg {
  width: 100%;
}

.stars_footer {
  font-family: 'Diploma-Script-Basic-RUS', sans-serif;
  text-align: center;
  font-size: 49px;
  margin: 0;
}

p {
  margin: 0;
}

@media screen and (min-width: 1400px) {
  .stars_main svg {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 1400px) {
  .stars_header {
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .header-back {
    height: 100% !important;
    background-size: 100% 100%;
  }

  .stars_main svg {
    width: 100%;
    height: 350px;
  }

  .stars_footer {
    font-size: 35px;
  }
}

@media screen and (max-width: 768px) {
  body {
    background-image: url('../img/background.jpg');
  }
  .stars_header {
    width: 100%;
    height: 150px;
  }

  .header-btns {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .stars_main svg {
    width: 100%;
    height: 400px;
  }

  .header-back {
    height: 100% !important;
    background-size: cover;
  }

  .stars_header p {
    font-size: 37.65px;
  }

  .stars_header span {
    font-size: 54.26px;
  }

  .stars_footer {
    font-size: 40px;
  }
}
