body {
  background-color: black;
}

.title {
  background-color: #181818;
  position: fixed;
  top: 20;
  left: 20;
  width: 75px;
  height: 75px;
  border-radius: 20px;
  /* box-shadow: 0px 0px 20px 10px #cacaca; */
}

.linky {
  background-color: #181818;
  position: fixed;
  top: 20;
  right: 20;
  width: 75px;
  height: 75px;
  border-radius: 20px;
  /* box-shadow: 0px 0px 20px 10px #cacaca; */
}

.text {
  font-size: 25px;
  vertical-align: center;
  text-align: center;
}

canvas {
  margin: -10px;
  overflow: hidden;
  vertical-align: bottom;
}
