.footer {
  height: 50px;
  position: fixed;
  bottom: 0;
  margin-right: 7px;
}
@media (max-width: 543px) {
.centered {
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #9c182f;
  font-size: 10px !important;
  font-weight: bold;
  width: 90%;
}
}
* {
  font-family: "Helvetica",Arial,Verdana;
}
.container {
  position: relative;
  text-align: left;
}
.centered {
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #9c182f;
  font-size: 18px;
  font-weight: bold;
  width: 90%;
}
.maxwidth {
    max-width: 1220px;
    margin: 0 auto;
}