*{
  font-family: sans-serif;
}

.banner{
  width: 100%;
  height:200vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0.65),rgba(0, 0, 0, 0.65)),url(images/background.jpg);
  background-size: cover;
  background-position: center
}

.logo{
  width: 70px;
  cursor: pointer;
}

.navbar{
  width: 85%;
  margin: auto;
  padding: 35px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.content{
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
}

.content h1{
  font-size: 80px;
  margin-top: -85px;
}

.content h3{
  font-size: 21px;
  margin-left: 250px;
  margin-right: 250px;
  line-height: 35px;
}

img, video{
  width: 500px;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  background:transparent;
  color: #fff;
  cursor: pointer;
  position: center;
  margin-left: 43%;
  margin-right: 40%;
  margin-top: 28%;
}

h2{
  margin-left:800;
  margin-top: -500;
  width: 450px;
  color:rgb(255, 255, 255);
  font-family:arial;
  background-color:rgba(255, 255, 255, 0.12);
  padding:22px;
  line-height:1.5;
  border-width:6px;
  border-style:solid;
  border-color:rgba(255, 255, 255, 0.18);
  font-size:18px;
}
