.MakeTextPretty {
  text-align: center;
}
body {
  background-color: #1e1e2e;
  color: #cdd6f4;
}
h1 {
  color: #f38ba8;
}
h2 {
  color: #f38ba8;
}
a {
  color: #89b4fa;
}
.HTMLBUTTONS {
  position: fixed;
  height: 100vh;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  gap: 0;
}
.HTMLBUTTONS img {
  width: 88px;
  height: 30px;
  display: block;
}
.HTMLBUTTONS a {
  text-decoration: none;
}
.GENERICIMAGES {
  text-align: center;
  height: auto;
  width: auto;
}
.codebox {
  display: inline-block;
  text-align: left;
  background: #111;
  color: #0f0;
}
