* {
  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');
}


body {
  display: flex;
  background-color: grey;
}

.left {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 29.6%;
  height: 100%;
  background-color: #BEFF33;
  overflow: auto;
}

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

.iframe1 {
  position: float;
  left: 0%;
  top: 0%;
  background-color: red;
  height: 90.1%;
  width: 100%;
} 
.iframe2 {
  background-color: red;
  height: 90.1%;
  width: 100%;
  border-top: 8px solid grey;
} 
.iframe3 {
  background-color: red;
  height: 90.1%;
  width: 100%;
  border-top: 8px solid grey;
} 
.iframe4 {
  background-color: red;
  height: 90.1%;
  width: 100%;
  border-top: 8px solid grey;
} 
.iframe5 {
  background-color: red;
  height: 90.1%;
  width: 100%;
  border-top: 8px solid grey;
} 
.iframe6 {
  background-color: red;
  height: 90.1%;
  width: 100%;
  border-top: 8px solid grey;
} 
.iframe7 {
  background-color: red;
  height: 90.1%;
  width: 100%;
  border-top: 8px solid grey;
} 

.iframe8 {
  background-color: red;
  height: 90.1%;
  width: 100%;
  border-top: 8px solid grey;
} 

.mytext {
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: #006CFF;
  width: 70%;
  height: 10%;
  z-index: 44;
}


.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%;
}



h2 {
  font-size: 20px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

p {
  font-size: 20px;
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-family: times;
  text-align: center;
}

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

a:visited {
  color: black;
}

a:active {
  color: white;
}

a:hover {
  color: white;
}

