html {
  height: 100%;
  width: 100%;
}

img{
  height: 40vh;
}

body {
  background-color: #4F6514;
  color: white;
  font-style: monospace;
}

.paper {
  color: black; 
  width: 80%; 
  background:#EDEDED; 
  border-style: dotted; 
  top:5vh; 
  height:100vh;
  width: 80vw;
  max-width:800px;
  padding: 24px;
  position: fixed;
  z-index: 2;

  left: 50%;
  transform: translate(-50%, 0);
  overflow: scroll;
}

.background-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
}