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