body {
margin: 0;
background-color: #fff;
}

.blout {
position:relative;
font-size: 11vw;
font-weight: bold;
line-height: 0.9em;
overflow-wrap: break-word;
margin-bottom: 0;
  font-family: "Staatliches", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 20%;
  color: #333;
  border-bottom: 2px solid black;
  align-items: center; 
  background-color: #eee;  
  z-index: -1;
  }


.homecontainer { 

  border-top: 2px solid black;
  position: relative;
  width: 100%;
  padding-bottom:10%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  align-items: center; 
  background-color: #eee;
}

.home {
padding-top: 10%;
font-family: "Staatliches", sans-serif;
font-weight: 400;
font-size: 7vw;
color: #333;
text-decoration: none;
 writing-mode: vertical-lr;
  }

.pages {
display: flex;
margin-left:10vw;
line-height: 0;
margin-top: 0;
align-items:center;
justify-items: center;

}

.page 

{
  margin: 0;
  padding: 0;
  font-size: 30px;
  
}
img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 600px) {
  .pages {
    flex-wrap: wrap;
    margin-left:0;
  }
}