html, body {
  height: 100%;
}

body {
  margin: 0;
  display: flex;
  justify-content: center;
  background-color: rgb(0, 0, 0);
}

h1, p, h2 {
  text-shadow: 2px 2px black;
  color: rgb(255, 255, 255);
  text-align: center;
  font-family: Didot, Didot LT STD, Hoefler Text, Garamond, Calisto MT, Times New Roman, serif;
}

p {
  font-size: 15px;
  text-align: right;
  text-shadow: 2px 2px black;
  color: rgb(255, 255, 255);
  font-family: Didot, Didot LT STD, Hoefler Text, Garamond, Calisto MT, Times New Roman, serif;
}

h2 {
  font-size: 50px;
}

.column {
  float: left;
  width: 50%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
