/*basic definitions*/
img {
    max-width: 100%;
    height: auto;
    }

a:link{
  color:#c7882a;
}
a:visited{
  color:#558215;
}
a:hover{
  color:#ad2a18;
}
a:active{
  color:#1e4f45;
}
    
body {
  background-color: black; 
  color: white;
  font-size: 150%;
  }
  
  /*classes*/
.bottomcenter {
  	position:absolute;
    left:50%;
    bottom:0;
    transform: translate(-50%, 0);
}
.banner {
  width: 100%;
  height:400px;
  background-image: url(https://i.postimg.cc/W3nNgLR9/IMG-3310.png);
  background-position:center;
  color: white;
  position:relative;
}