html {
  scroll-behavior: smooth;
}


body {
  background-color: #1E1E1E;
}

nav {
  position: absolute;
  top: 2%;
  right: 0;
  margin: 0;
}

nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
}


nav li {
  font-size: 2vw;
  font-family: initial;
  font-weight: bolder;
  float: right;
  text-indent: 3%;
  letter-spacing: .25%;
}

nav li a {
  display: block;
  color: white;
  text-align: center;
  padding: 1vw 3vw;
  text-decoration: none;
}

.home p {
  color: White;
  top: -3%;
  left: 4%;
  position: absolute;
  font-weight: bolder;
  text-decoration-line: underline;
  font-size: 3vw;
}

.home {
  position: relative;
}

.home img {
  display: block;
  width: 100%;
  height: auto;
}

.home h4 {
  position: absolute;
  top: 35%;
  left: 30%;
  color: white;
  font-weight: bolder;
  font-style: italic;
  font-size: 2vw;
}

.home h1 {
  position: absolute;
  top: 50%;
  left: 30%;
  color: white;
  font-weight: bolder;
  letter-spacing: .25vw;
  line-height: normal;
  font-size: 2vw;
}

.home h3 {
  position: absolute;
  top: 90%;
  right: 10%;
  color: white;
  font-size: 1vw;
}

.home .img2 {
  position: absolute;
  top: 93%;
  right: 5%;
  width: 4%;
  height: 5%;
}

.home .img3 {
  position: absolute;
  height: auto;
  width: fit-content;
}

.info {
  display: grid;
  padding-top: 40px;
  grid-template-columns: [leftside] 15% [Picture] 30% [space] auto [text] 30% [rightside] 15%;
  transition: opacity 1s ease-in-out;
}

.info img {
  width: 100%;
  display: block;
  height: auto;
}

.info p {
  color: white;
  font-size: 2.5vw;
  font-weight: bold;
  word-spacing: 1vw;
  line-height: 125%;

}

h1 {
  color: white;
  font-size: 3vw;
  text-align: center;
  letter-spacing: .25vw;
}

.button {
  display: grid;
  padding-top: 40px;
  grid-template-columns: 25% auto 25%;
}

.button p {
  background-color: #D03333;
  border-radius: 30px;
  font-size: 4vw;
  padding: 10px;
  text-align: center;
  color: white;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.box {
  padding-bottom: 120px;
}