@font-face {
  font-family: Morien;
  src: url('../fonts/Morien-Light.otf') format("opentype"), url('../fonts/Morien-LightAlt.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Morien;
  src: url('../fonts/Morien-RegularAlt.otf') format("opentype"), url('../fonts/Morien-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Morien;
  src: url('../fonts/Morien-BoldAlt.otf') format("opentype"), url('../fonts/Morien-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Morien Script;
  src: url('../fonts/Morien-Script.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.text-block {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-family: Morien, Georgia, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 40px;
  display: flex;
}

.image {
  width: 350px;
}

@media screen and (max-width: 991px) {
  .text-block {
    font-size: 35px;
    line-height: 35px;
  }
}

@media screen and (max-width: 767px) {
  .text-block {
    font-size: 30px;
    line-height: 30px;
  }
}

@media screen and (max-width: 479px) {
  .text-block {
    font-size: 20px;
    line-height: 20px;
  }
}


@font-face {
  font-family: 'Morien';
  src: url('../fonts/Morien-Light.otf') format('opentype'), url('../fonts/Morien-LightAlt.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Morien';
  src: url('../fonts/Morien-RegularAlt.otf') format('opentype'), url('../fonts/Morien-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Morien';
  src: url('../fonts/Morien-BoldAlt.otf') format('opentype'), url('../fonts/Morien-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Morien Script';
  src: url('../fonts/Morien-Script.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}