body{
  background-color:black;
  color:white;
  text-align:center;
}

.title{
  width:20%;
  margin-top:0;
}

.mainstuff{
  display:inline-flex;
  place-items: center;
}

.page img{

  width:332px;
  height:442px;
}

.page{
  margin-right:50px;
  margin-left:50px;
}

.arrow{
  width:50px;
}

#left{
  transform:scaleX(-1);
}

a{
  color:white;
  text-decoration:none;
}

a:hover{
  color:white;
  text-decoration:underline;
}