#image{
  display:flex;
  justify-content: center;
  align-items: center;
  
  height: 95%;
  width: 100%;
  
  overflow: scroll;
}

.image_landscape{
  height: 80%;
  width: auto;
}

.image_upright{
  height: 95%;
  width: auto;
}

#links{
  display:flex;
  justify-content: space-around;
  align-items: center;
  
  height: 5%;
  width: 100%;
}

.lower_links{
  color: white;
}