@font-face {
  font-family: "Helvetica Neue";
  src: url("res/fonts/HelveticaNeue.ttf") format("truetype");
}

body {
  overflow: hidden;
  user-select: none;
}

p {
  font-size: 24px;
  width: auto;
  display: initial;
  font-family: 'Helvetica Neue', sans-serif;
  margin: 0;
  padding: 0;
  color: #222;
}

a {
  color: darkblue;
  text-decoration: none;
}

#text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) translateZ(0);
  margin-left: auto;
  margin-right: auto;
  display: block;
  border: 5px black;
  width: calc(100% - 64px);
  min-width: 210px;
  text-align: center;
}

#container {
  background: radial-gradient(circle at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  perspective: 60vw;
}
