@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@300&display=swap');

body {
  background-image: url(https://www.wallpaperflare.com/static/749/337/189/firewatch-video-games-mountains-nature-wallpaper.jpg);
}

.title-1 {
  font-family: 'Nanum Gothic', sans-serif;
  color: white;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 100px;
  font-style: Bold;
}

.info-1 {
     font-family: 'Urbanist', sans-serif;
  color: white;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 50px;
}


