.container {
  margin-left: 20px;
  display: flex;
  height: 100vh;
}

.text {
  flex: 1;
  padding: 20px;
  overflow: auto;

}
h1 {
  font-size: 800%;
  color: black;
  line-height: 1.1;
  font-family: Arial, Helvetica, sans-serif;
}

h2 {
  margin-top: -50px;
  font-size: 200%;
  color: #0000FF;
  text-transform: uppercase;
  line-height: 1.4;
  margin-bottom: 50px;
  font-family: Arial, Helvetica sans-serif;
}

h3 {
  font-size: 150%;
  color: black;
  line-height: 0px;
  margin-bottom: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
}
a {
  color: black;
  text-decoration: none;
}
a:visited {
  background:transparent;
  color: inherit;
  text-decoration: none;
}
.arrow {
  color: black;
  text-decoration: none;
  font-size: 400%;
  margin-top: -20px;
}
.image {
  height: 100vh;
  width: auto;
}
