@font-face {
  font-family: "ABSTER";
  src: url("font.otf");
}

#code {
  font-family: sans-serif;
  font-style: italic;
  font-size: 25px;
}

body {
  background-color:#1c1c1c; font-family: ABSTER, sans-serif; font-weight: bold;
}

#card {
  position: absolute;
  top: 50%;left: 50%;transform: translate(-50%, -50%);

  width:80%;max-width:800px;padding:calc(1.5% + 5px);
  background-color:#ebebeb;border-radius:20px;
  font-size: 28px;
  word-wrap: break-word;
}

#title {
  position: absolute;
  color: #ebebeb; font-size: 34px;
  left: 20px;bottom: 100%;
  letter-spacing: 5px;
}

#letter {
  position: absolute;text-align: right;
  color: #ebebeb; font-size: 30px;
  right: 10px;top: calc(100%);
  letter-spacing: 5px;
  width: calc(100% - 20px);
}

#letter a { text-decoration: none; }