@font-face {
  font-family: "YoungSerif";
  src: url("/assets/fonts/YoungSerif-Regular.otf") format('opentype');
}


html {
  scroll-behavior: smooth;
}

body {
  color: #fff;
  background-color: #000000;
  overflow-x: hidden;
  font-family: "YoungSerif", serif
}

p {
  margin: 0;
  padding: 0;
}

* {
  margin: 0;
  padding: 0;
}

.container {
  padding: 20px 100px;
}


.hero {
  position: relative;
}

.hero img {
  width: max-content;
  height: 480px;
}

.hero p {
  position: absolute;
  bottom: 138px;
  left: 60px;
  font-size: 96px;
  line-height: 90px;
}

.section {
  width: 100%;
  height: 100vh;
}

h2 {
  text-align: center;
}

p {
  font-family: YoungSerif;
}
