.body {
    background-color:whitesmoke;
}

.entire {
    background-image:url(https://eleventhcommandment.neocities.org/allimages/solitudegradient.png) ;
    box-sizing: border-box;
    width: 80vw;
    display:flex;
    flex-direction:column;
    align-self: center;
}

.top {
    background-image:url();
    width:100%;
}

.trifold {
    display: flex; 
    align-items: center;
  
}

.nav1 {
  display: flex;
  direction: ltr;
}

.navlinks {
  padding: 10px;
  
}