* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
}

body {
  font-family: monoserrat;
  background: #000000;
}

nav {
  background: #000000;
  height: 80px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 50px;
  position: fixed;
  top: 0;
  z-index: 1;
}

label.logo {
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.menu {
  width: 65%;
  display: flex;
  justify-content: right;
  list-style: none;
}

.menu li {
  margin-left: 20px;
}

.menu li a {
  font-size: 19px;
  color: black;
  text-decoration: none;
  background: white;
  padding: 7px 10px;
  border-radius: 7px;
  transition: 0.3s ease;
}

.menu li a:hover {
  color: white;
  background: black;
}

.menu {
  width: 65%;
  display: flex;
  justify-content: right;
  list-style: none;
}

.menu li {
  margin-left: 20px;
}

.menu li a {
  font-size: 19px;
  color: white;
  text-decoration: none;
  background: black;
  padding: 7px 10px;
  border-radius: 7px;
  transition: 0.3s ease;
}

.menu li a:hover {
  color: black;
  background: white;
}

.section {
  display: flex;
  justify-content: space-between;
  padding: 40px;
  width: 100%;
  margin: 10rem auto 0 auto;
}

.section img {
  height: 600px;
}

.section p {
  color: white;
  font-size: 90px;
  font-family: sans-serif;
  margin-right: 50px;
  text-align: left;
  margin-top: 15px;
}

.btn1 {
  display: flex;
  align-items: center;
  padding: 15px 70px;
  font-size: 20px;
  color: white;
  margin-top: 80px;
  border: 5px solid #fff;
  border-radius: 10px;
  background: black;
  cursor: pointer;
  margin-left: 80px;
}

.su-box {
  width: 30%;
  height: 500px;
  margin: auto;
  background-color: #FFFFFE;
  border-radius: 3px;
  margin-top: 150px;
  text-align: left;
  float: left;
  margin-left: 70px;
  padding-bottom: 70px;
}

.su-box .heading {
  background: #0A1A44;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100px;
}

.su-box .heading h3 {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 50px;
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: #57E4FF;
  text-align: left;
  padding-left: 10px;
}

form {
  width: 300px;
  margin-left: 20px;
}

form label {
  display: flex;
  margin-top: 20px;
  font-size: 18px;
}

form input {
  width: 100%;
  padding: 7px;
  border: none;
  border-radius: 6px;
  outline: none;
  border-bottom: 2px solid #0A1A44;
}

.c-right {
  width: 50%;
  float: right;
  margin-top: 150px;
}

input[type="button"] {
  width: 80px;
  margin-top: 20px;
  border: 3px solid #0A1A44;
  background-color: white;
  margin-left: 20px;
  font-size: 15px;
  align-items: center;
  text-align: center;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  padding-top: 120px;
  padding-bottom: 100px;
}

.container img {
  height: 370px;
  width: 335px;
  margin: 60px;
}

h3 {
  color: #0A1A44;
  background-color: white;
  text-align: center;
  font-size: 60px;
  padding-top: 70px;
}

.btn {
  display: flex;
  align-items: center;
  padding: 10px 40px;
  font-size: 20px;
  color: black;
  margin-top: 80px;
  border: 3px solid #0A1A44;
  border-radius: 20px;
  background: white;
  cursor: pointer;
  margin-left: 70px;
  text-decoration: none;
  font-size: 16px;
  margin-top: 60px;
}

.who-can-join img {
  width: 400px;
  height: 350px;
}