.container {
    margin: 25px;
    text-align: center;
    padding-top: 15em;
}

.buttons {
    margin: 0 auto;
    width: auto;
    padding-top: 2em;
}

.buttons a:hover {
    transform: scale(1.1);
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.footer div {
    /* background-color: rgba(0, 0, 0, 0.062); */
}

@media screen and (max-width: 991px) {
  .buttons {
    width: 190px!important;
  }
}