body {
  font-family: 'Montserrat', sans-serif;
}

h1 {
  font-family: 'Climate Crisis', cursive;
  color: #b9fc00;
}

h2{
  font-family: 'Lexend Mega', sans-serif;
  color: #b9fc00
}



ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}


a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
  color: gray
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
  color: #b9fc00;
}

footer {
  background-color: #797979;
  padding: 50px;
  text-align: center;
  font-size: .8em;
  color: white;
}

.banner {
background-color: #242325;
color: white;
width: 100%;
padding:160px 0 170px 50%;
text-align: left;

}

.banner p {
  width: 700px
}

.right {
  width: 1000px;
  background-color: #242325;
  color: white;
  padding: 40px;
  margin-bottom: 300px;
  margin-top: 100px;
  margin-left: 100px
}


.bannerimg img {
padding-top: 70px;
padding-left: 15%;
width: fit-content;
position: absolute;
}



.rightimg img {
  margin-top: 50px;
  margin-left: 30px;
  float: right
}

