* {
  margin: 0px;
  padding: 0px;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  background-color: black;
}

.navbar {
  height: 80px;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}

.header {
  height: 85vh;
  width: 100%;
  box-shadow: inset rgb(0, 0, 0) 0px 0px 500px 90px;
  border-bottom: 10px solid #232323;
  background-size: cover;
  background-position: center;
  position: relative;
}

.nav-logo {
  height: 80px;
  width: 100%;
}

.nav-logo img {
  height: 80px;
  width: 170px;
  margin-left: 150px;
}

.nav-options {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  margin-left: 400px;
}

.nav-options button {
  margin: 20px;
  cursor: pointer;
}

.nav-options button:hover {
  background-color: rgba(255, 0, 0, 0.749);
}

.selection {
  height: 35px;
  width: 120px;
  background: none;
  border: 1.5px solid #5f6060;
  border-radius: 4px;
  font-weight: bold;
  padding-left: 8px;
}

.selection option {
  color: black;
}

i {
  margin-right: 5px;
}

.signin {
  height: 35px;
  width: 90px;
  background-color: red;
  font-weight: bold;
  border: none;
  border-radius: 4px;
}

.content {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
  filter: brightness(100%);
}

.headings h1 {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-weight: 1000;
  text-shadow: 10px 5px 15px #000000;
  font-size: 50px;
  margin: 10px;
  filter: brightness(100%);
}

.headings h2 {
  font-size: 25px;
  margin: 20px;
  text-shadow: 10px 5px 15px #000000;
  filter: brightness(100%);
}

.headings h3 {
  font-size: 15px;
  margin: 20px;
  text-shadow: 10px 5px 15px #000000;
  filter: brightness(100%);
}

.email-bar {
  margin-bottom: 100px;
  display: flex;
  gap: 10px;
}

.email-bar input {
  height: 60px;
  width: 400px;
  margin-top: 20px;
  border: 0.5px solid rgba(255, 255, 255, 0.537);
  border-radius: 5px;
  background-color: #00000090;
  text-align: left;
  padding-left: 10px;
  color: white;
}

.email-bar button {
  height: 60px;
  width: 200px;
  background-color: red;
  border: 1.5px solid transparent;
  font-size: 25px;
  font-weight: bold;
  border-radius: 5px;
  margin-top: 20px;
}

.email-bar button:hover {
  background-color: rgba(255, 0, 0, 0.749);
}

.box {
  display: flex;
  height: 550px;
  width: 100%;
  justify-content: center;
  align-items: center;
  border-bottom: 10px solid #232323;
}

.box h1 {
  margin-bottom: 20px;
  font-size: 45px;
  font-weight: 800;
}

.box h3 {
  font-weight: 100;
  font-size: 25px;
}
