body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
  width: 100%;
  height: 100vh;
  background-color: #000;
  background-image: radial-gradient(circle at top right, rgba(121, 68, 154, 0.13), transparent),
    radial-gradient(circle at 20% 80%, rgba(41, 196, 255, 0.13), transparent)
}

.content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

img {
    width: 150px;
    height: 150px;
}

h1 {
    color: #ffffff;
    text-align: left;
    margin-top: 20px;
}
canvas {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
}

a {
  position: absolute;
  bottom: 2vmin;
  right: 2vmin;
  color: rgba(255,255,255,0.2);
  text-decoration: none;
}

a:hover {
  color: #fff;
}
