* {
  margin: 0;
  padding: 0;
}
@media (min-width:1200px) {
  body {
    overflow: hidden;
  }
  .container-box {
      margin-top: 20px;
      margin-bottom: 10px;
  }
}

#canvas {
  margin:0 auto;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
}

.container {
    display:-webkit-flex;
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    z-index: 99;
}

.container-box {
    flex: none;
    color: #FFF;
    flex-basis: 350px;
    height: 750px;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 20px;
    margin-top: 100px;
    overflow: scroll;
}

.container-box-title {
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
}

a {
  color: #FFF;
  text-decoration: none;
}

.banner {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
}

.footer {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
}

ne-p {
    font-family: monolisa;
}

div {
    font-family: monolisa;
}