.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.footer {
    left: 0;
    bottom: 0;
    width: 100%;
}

.responsive {
    height: 100%;
    max-height: 150px;
    width: auto;
  }