*, *::before, *::after {
  margin: 0;
  padding: 0;
}

body {
  background-color: rgb(20, 23, 26);
}

.main {
  position: absolute;
  width: fit-content;
  height: fit-content;
}

h1, p {
  float: left;
  color: white;
}

.align-center {
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
}