body {
  background-image: url("https://whatitmeans.neocities.org/backgroundimages/_DSC2105.jpg");
  background-position:top;

  color: white;
  font-family: Verdana;
  width:80%;
            margin-left:auto;
        margin-right:auto;
  align-items: center;
  text-align: center;
}


.maincontent {

width:100%;
 text-align: center;
   
height: 90vh;
}

.bodytrans {
  background-color:rgb(0, 0, 0, .8);
}