/* Styles of the 404 page of my website. */

body {
    background: #081421;
    color: #d3d7de;
    font-family: "Courier new";
    font-size: 18px;
    line-height: 1.5em;
  cursor: default;
}

a {
  color: #fff;
}
.container {
  position: absolute;
  width: 30vw;
  height: 50vh;
  max-width: 120vmin;
  max-height: 120vmin;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -40%);
}

.particles-js-canvas-el {
  position: absolute;
  top: 0%;
  left: 0%;
  bottom: 100%;
  right: 100%;
}