* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 100%;
  font-weight: normal;
  font-style: sans-serif;
  line-height: 1.2;
}

body {
  overflow: scroll-y;
}

p {
  font-size: 1.3rem;
  width: 42%;
  position: absolute;
  left: 50%;
  top: 5%;
  transform: translateX(-50%);
  text-align: left;
  z-index: 99;
}

img {
  height: 300px;
  position: relative;
  left: 6%;
  transform: translateX(-50%);
  z-index: 30;

}

i {
 color: red;
}

ol {
  position: fixed;
  bottom: 0%;
  z-index: 99;
  background: transparent;
  height: 8%;
  padding-top: 2%;
  width: 100%;
  overflow: auto;
  font-style: italic;
  color: red;
  font-size: 1rem;
}


li {
  position: relative;
  text-align: left;
  left: 55%;
  text-decoration: underline;
}

h1 {
  position: relative;
  left: 50%;
  }