#content {
  text-align: center ; 
}

#title {
  padding-top:10px;
  padding-bottom:10px;
  color: red;
  font-size: 17px;
  font-weight: bolder;
}

#h2 {font-weight: bold;
    color: black;
}

.right {
  text-align: right;
  margin-right: 1em;
}

.left {
  text-align: left;
  margin-left: 1em;
}
