body {
  background-color: #54e6eb;
  color: black;
  font-family: Georgia, serif;
}
p {
  font-family:Georgia, serif;
  font-size: 2000 ;
  width: 50%;

}
.column {
  float: left;
  width: 33.33%;
  padding: 5px;
}
.row::after {
  content: "";
  clear: both;
  display: table;
}