* {
  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 {
    overflow: hidden;
    font-size: 17px;
}


.l {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 50%;
  height: 100%;
  background: white;
}

.r {
  position: absolute;
  right: 0%;
  top: 0%;
  width: 50%;
  height: 100%;
  background: grey;
  overflow-y: auto;
}

.scroll {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 1000%;
}

p {
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-family: times;
}

.click {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

button {
  border: none;
  color: black;
  background: grey;
  width: 160%;
  font-family: times;
}


a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: black;
    z-index: 99;
    text-decoration: none;
    background-color: transparent;
    font-family: times;
  }


a:visited {
  color: black;
}

a:active {
  color: black;
}
