body {
  background-image: url("https://whatitmeans.neocities.org/backgroundimages/_DSC1141.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%;
        margin-left:auto;
        margin-right:auto;
height: 90vh;

}


.bodytrans {
  background-color:rgb(0, 0, 0, 0.8);
padding: 20px;
}