@font-face {
  font-family: "Dream Avenue";
  src: url(Font/Dream\ Avenue.ttf);
}
* {
  margin: 0;
  padding: 0;
  font-family: Poppins, sans-serif;
}

nav {
  position: fixed;
  z-index: 99;
  width: 100%;
  backdrop-filter: blur(4px);
  background: #0000006a;
}

nav .wrapper {
  position: relative;
  max-width: 1300px;
  padding: 0 30px;
  height: 70px;
  line-height: 70px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wrapper .logo a {
  font-size: 25px;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 1px;
  color: #fff;
}

.wrapper .nav-links {
  display: inline-flex;
}

.nav-links li {
  list-style: none;
}

.nav-links li a {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  margin: 0 5px;
  padding: 9px 15px;
  transition: color 0.3s;
}

.nav-links li a:hover {
  color: #eee;
}

header {
  width: 100%;
  height: 100vh;
  background-size: cover;
  overflow: hidden;
  background-position: center;
  background-image: url(Background.png);
}

.content {
  position: absolute;
  bottom: 10%;
  left: 30%;
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

h1 {
  font-size: 150px;
  line-height: 140px;
  font-family: "Dream Avenue";
}

h2 {
  font-size: 50px;
  font-family: "Dream Avenue";
}
