.background{
  background: rgb(11, 28, 5);
  height: 100%;
}


.under h1{
  color: greenyellow;
  font-size: 25px;
  padding: 8px;
  text-align: center;
}
.under a{
  text-decoration: none;
  list-style: none;
  color: whitesmoke;
  cursor: pointer;
}


@media only screen and (max-width: 1200px){
.under h1{
  font-size: 20px;
  padding: 8px;
}
.under a{
}
}