body, html {
  height: 100%;
  margin: 0;
}

.bgimg {
  background-image: url('../img/banner2.jpg');
  height: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  color: white;
  font-family: "Courier New", Courier, monospace;
  font-size: 25px;
}

.topleft {
  position: absolute;
  top: 15px;
  left: 20px;
}
.topright{
  position: absolute;
  top: 0;
  right: 8px;
}

.bottomleft {
  position: absolute;
  bottom: 80px;
  left: 60px;
}

.bottomleft button{
  width:230px;
  height:80px;
  padding: 20px;
  border-radius: 50px;
  border:none;
  font-family: 'Roboto', sans-serif;
  color:#ffffff;
  font-size:18px;
  background-color:#37b028;
  box-shadow: 2px 2px 50px #000000;

}

.bottomleft h1{
  margin-bottom:20px;
  width:65%;
  font-family: 'Fredoka One', cursive;
  font-size:70px;
  text-shadow: 2px 2px 50px #000000;
  line-height:65px;
}


.bottomright {
  position: absolute;
  bottom: 0;
  right: 10px;
}

.middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
