.doubleb{
  margin: 0px 0px 0px 0px;
  position:fixed;
  text-align:right;
  font-size:20px;
  height:350px;
  width:250px;
  background:#B2CBD7;
  z-index: 0;
  background-image:url("yahuu.png");
  grid-column:2;
  transform: translateY(390px) translateX(1134px);
}

.doublentb{
  padding-bottom: 0px;
  width: 250px;
  height: 350px;
  margin: 0px 0px 0px 0px;
  text-align: right;
  position:fixed;
  font-size:18px;
  grid-column:2;
  transform: translateY(390px) translateX(1134px);
}

.boxright{
  margin-right:30px;
  border-style:solid;
  border-width:thin;
  padding: 15px 20px 15px 20px;
  width: 250px;
  text-align:center;
  float:right;
}

.diary0{
  font-family:monospace;
  margin-left:5px;
  background-color:#F5F1D6;
  width:950px;
}

.diary1{
  font-family:monospace;
  margin-left:5px;
  width:950px;
}

.body{
  width:100%;
  max-width:500px;
} 

.middle{
  position:fixed;
  height:250px;
  width:744px;
  grid-column:1;
  transform: translateY(300px) translateX(300px);
  padding: 12px 15px 12px 15px;
  background-color:#CCD3EB;
}

.middleup{
  position:fixed;
  height:15px;
  width:774px;
  grid-column:1;
  transform: translateY(280px) translateX(300px);
  margin-bottom:5px;
  background-color:#F8E391;
}

.plane{
  display:flex;
  justify-content:center;
  align-items:center;
  width:682px;
  margin-left:38px;
  margin-top:40px;
  background-color:#CCD3EB;
}

.photowall{
  display:block;
  width:900px;
  min-height:500px;
  margin: 75px 50px 50px 100px;
  background-color:#CCD3EB;
  left:0;
}

.photowall img{
  max-width:80%;
  height:auto;
  display:block;
}