body {
  font-family: courier new, monospace;
  color: #1a1a1a;
  margin: 0px;
  line-height: 1.6;
  overflow: hidden;
  overscroll-behavior: none;
}

/* width */
::-webkit-scrollbar {
  width: 3px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #1a1a1a; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #1a1a1a; 
}

div {
  text-transform: lowercase;
  font-size: 12pt;
  overscroll-behavior: none;
}
a {
  color: #1a1a1a;
}

.rightBox img {
  display: block;
  margin: 0 auto;
  max-height: 95vh;
  max-width: 100%;
  width: auto;
}

h1 {
  margin: 0px;
  padding-bottom: 20px;
  font-weight: normal;
  font-size: 12pt;
  border-bottom: 1px solid #1a1a1a;

  padding: 10px;
}

.myVideo {
  z-index: -10;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100vw;
  min-height: 100vh;
  opacity: 0.6;
}

.myBackgroundImg {
  z-index: -10;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100vw;
  min-height: 100vh;
  opacity: 0.6;
}

.leftBoxTitle {
  border-top: 1px solid #1a1a1a;
  font-size: 12pt;
  padding: 10px;
}

.leftBoxTitle2 {
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
  font-size: 12pt;
  padding: 10px;
}

p {
  width: 90%;

  padding-left: 10px;
}

.container {
  display: grid;
  grid-template-columns: 20% 1fr;
  height: 100vh;
}

.box {
  width: 100%;
}

.one {
  overflow: auto;
}

.two {
  border-left: 1px solid #1a1a1a;
  overflow: auto;
}

.rightBox,
.leftBox {
  background: rgba(222, 222, 222, 0.6);
  color: #1a1a1a;
  padding: 10px;
}

.aboutBox {
  padding: 10px;
  background: rgba(222, 222, 222, 0.6);
}

.rBTitle {
  font-size: 12pt;
  padding: 10px;
  border-bottom: 1px solid #1a1a1a;
}

.leftBox {
  border-top: 1px solid #1a1a1a;
}

.rightBox {
  border-bottom: 1px solid #1a1a1a;
  font-size: 10pt;
  padding: 40px;
  text-align: center;
}

.leftBox2 {
  padding: 10px;
}

.nav a {
  text-decoration: none;
}

.containerOne {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  height: 100vh;
}

.boxOne {
  overflow: auto;
}

.mainTitle {
  position: sticky;
  top: 0;
}

@media only screen and (max-width: 600px) {
  .containerOne {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    height: 100vh;
  }

  .container {
    display: grid;
    grid-template-columns: 40% 1fr;
    height: 100vh;
  }

  .rightBox {
    padding: 10px;
  }
}
