body {
  background: rgb(255, 255, 255);
  margin: 0;
}

/* .photos {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
} */
/* 
img {
  height: 100vh;
} */

#main-image {
  max-width: 100vw;
  max-height: calc(100vh - 20px);
}

#blog {
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'Noto serif';
}

#main {
  position: absolute;
  font-style: italic;
  padding: 10px;
}