@media only screen and (max-width: 780px) {
  .btn-img {
    margin-left: 350px !important;
  }
}

@media only screen and (max-width: 780px) {
  .inner-btns {
    display: block;
    width: 100% !important;
    margin-top: 20px;
    margin-bottom: 0px;
    padding: 0px;
  }
}

.c-div {
  display: flex;
  justify-content: center;
}

.e-div {
  display: flex;
  justify-content: end;
}

#sign-in-btn:active {
  background-color: #6c0708 !important;
}

