#welcome {
  background-image: url(../images/apples.png);
  background-size: 50%;
  background-position: bottom right;
  background-repeat: no-repeat;
}

#welcome > header {
  background-color: #0f2436;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#welcome > header > img {
  height: 70px;
}

#welcome > main {
  position: absolute;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100vw;
  font-family: "Avenir-Medium", sans-serif;
}

#welcome > main > h1 {
  font-size: 4svh;
  letter-spacing: 0.8vh;
  font-family: "Avenir-Black", sans-serif;
}

#welcome > main > p {
  width: 80%;
  font-size: 1.55svh;
}

#welcome > main > h1,
#welcome > main > p {
  margin: 1svh;
  letter-spacing: 0.2svw;
}

#welcome > main > .small-text {
  letter-spacing: 2px;
  font-size: 1.25svh;
  color: #333;
}

#welcome > main > img {
  height: 30svh;
  max-width: 75%;
  aspect-ratio: 4 / 3;
  object-fit: scale-down;
}

#welcome > footer {
  position: absolute;
  width: 100vw;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  flex-direction: column;
}

#welcome > footer > button {
  background-color: #49485d;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 25px;
  width: 220px;
  margin: auto;
  height: 30px;
  font-size: 15px;
  font-family: "Avenir-Medium", sans-serif;
  letter-spacing: 2px;
}
