html {
  overflow: auto;
}

body {
  font-family: Arial, sans-serif;
  margin: 20px;
  line-height: 1.6;
  background-color: #ffed81;
}

.container {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 70vw;
  height: auto;
  top: 20vh;
  line-height: 2.3vw;
  hyphens: none;
  @media only screen and (max-width: 800px) {
   width: 90vw;
   top: 24vh;
   position: absolute;
   line-height: 6.2vw;
 }
}

h1, h2, h3 {
  color: black;
  margin-bottom: .4rem;

}

p {
  margin-bottom: 15px;
  color: black!important;
}

a {
  color: black;
}