body {
  background-color: white;
  color: black;
  font-family: "Verdana";
}

h1 {
  font-family: "Ubuntu";
}

h2 {
  font-family: "Ubuntu";
}

h3 {
  font-family: "Ubuntu";
}

h4 {
  font-family: "Ubuntu";
}

.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}

.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}