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

@font-face {
  font-family: times;
  src: url('TimesNewRomanPSStd-Regular.otf');
}



.left {
  position: absolute;
  left: 0;
  top: 0;
  width: 30%;
  height: 100%;
  background-color: grey;
  overflow: auto;
}

img {
  position: absolute;
  left: 0;
  top: 0;
  width: 99%;
}

.right {
  position: absolute;
  right: 0;
  top: 0;
  width: 70%;
  height: 100%;
  background-color: grey;
  overflow: auto;
}

.mytext {
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: grey;
  width: 70%;
  height: 10%;
  
}


.source {
  position: fixed;
  bottom: 0%;
  right: 0%;
  z-index: 99;
  background-color: grey;
  width: 10%;
  z-index: 99;
  }


h1 {
  font-size: 70px;
  text-align: right;
  position: absolute;
  bottom: 2%;
  right: 3%;
}


p {
  font-size: 30px;
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-family: times;
  letter-spacing: .5rem;
}

a {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: black;
}

a:active {
  color: white;
}

a:hover {
  color: white;
}

iframe {
  width: 100%;
  border: 0;
  z-index: 99;
  background-color: white;
}

