body {
  display: flex;
  flex-direction: column;
  align-items: center;

  width: 100vw;
  height: 100vh;
  margin: 0;

  font-family: Arial, sans-serif;
  color: rgb(241, 241, 241);
  background-color: rgb(12, 12, 12);
}

a {
  text-decoration: none;
  color: white;
  margin: 0;
  padding: 0;
}

h1 {
  margin: 0;
  width: fit-content;
}

strong {
  margin: 0;
}

dim {
  color: rgb(167, 167, 167);
  font-size: small;
}

.center {
  align-content: center;
  text-align: center;
  align-self: center;
  align-items: center;
}

.glowing_title {
  margin-top: 2vh;
  color: #fff;
  text-shadow: rgb(216, 216, 216) 1px 0 10px;
}

.title {
  margin-top: 2vh;
  color: #fff;
}

.container {
  display: flex;

  font-size: 120%;
  width: fit-content;
  margin: 15px;
  padding: 10px;

  border-style: solid;
  border-color: rgba(155, 155, 155, 0.464);
  border-width: 3px;
  border-image-slice: 1;
  border-radius: 0;
}