body {
  background-color: #20062E;
  font-family: "CourierNew", courier;
}

@font-face {
  font-family: "Data70";
  src: url("/chattan/Data%2070%20Regular.otf") format("opentype");
}

@font-face{
  font-family: "CourierNew";
  src: url("/chattan/Courier%20New.otf") format("opentype");
}

h1, h2, h3{
  color: #C0EFE2;
  font-family: "Data70", monospace;
  font-weight: normal;
}

p {
  color: #C0EFE2;
}

a {
  color: #3893BD;
}

a:hover {
  color: #811846;
}

.container {
  border: 4px solid #3893BD;
  margin: 10px;
  padding: 10px;
  max-width: 50vw;
  overflow: hidden;
}

.container2 {
  border: 4px solid #3893BD;
  margin: 10px;
  padding: 10px;
  display: inline-block;
  max-width: 25vw
}

.side {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 42%;
  max-height: 100vh;
  border: 4px solid #3893BD;
  margin: 10px;
  padding: 10px;
}

.icon {
  border: 4px solid #3893BD;
  margin: 5px;
  float: left;
  height: 130px;
  width: auto;
}

.chattanIcon {
  border: 4px solid #3893BD;
  position: relative;
  margin: 10px;
  float: left;
  height: 200px;
  width: auto;
}

.side2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 42%;
  max-height: 100vh;
  border: 4px solid #3893BD;
  margin: 10px;
  padding: 10px;
}
