
.right {
  float:right;
  max-width: 40%;
  margin-left: 5px
}

.left {
  float:left;
  max-width: 40%;
  margin-right: 20px
}