.float-left {
  float: left;
}

.float-right {
  float: right;
}

.padding-5 {
  padding: 5px;
}

.text-center {
  text-align: center;
}
