body{
background-color: #130f40;

  color: #fff;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-family: "Roboto Mono", monospace;
}
canvas {
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(315deg, #130f40 0%, #000000 74%);
  min-height: 100vh;
}

.content {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background: transparent;
  z-index: 10000;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.content-iner {
  max-width: 960px;
  text-align: center;
  padding: 20px 20px;
  display: flex;
  flex-direction: column;
  /*justify-content: space-between;*/
    justify-content: center;
}

.logo-container {
  max-width: 150px;
  margin: auto;
}

.logo {
  max-width: 100%;
}

a {
  color: white;
}
