body {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
  color: #fff;
  background: #0f161f;
}

.retinatik {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.retinatik p {
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1.25em;
}
.retinatik img {
  width: 48px;
  height: 48px;
  margin-right: 0.75em;
}
.retinatik span {
  color: #ec0c6e;
}
.retinatik .name {
  color: #6391d3;
}

a,
a:active,
a:visited {
  color: #6391d3;
  transition: all 0.5s;
  text-decoration: none;
}
a:hover {
  text-shadow: rgba(99, 145, 211, 1) 0px 0px 3px;
  text-decoration: none;
}

canvas {
  position: fixed;
  top: 0;
  left: 0;
  transform-origin: 0 0;
  transform: scale3d(0.5, 0.5, 1);
  z-index: -1;
}

@media screen and (max-width: 770px) {
  .retinatik img {
    margin: 0 20px;
  }
  p {
    width: 80%;
  }
}
