body {
  margin: auto;
  width: 600px;
  height: 300px;
  padding: 10px 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 28px;
  color: #442233;
}

div {
display: flex;
justify-content: center;
}

.dRight {
color: #555555;
justify-content: right;
}

.dLeft {
color: #555555;
justify-content: left;
}
