.upis_buttons > a > button {
  height: calc(100% - 20px);
  width: 200px;
}

.upis_buttons > a {
  height: 100%;
}

.upis_buttons {
  height: 100px;
}

@media screen and (max-width: 768px) {

.upis_buttons > a > button {
  width: 100%;
}

.social-icons {
  justify-content: center;
}

}

@media screen and (max-width: 385px) {

.nav_bar {
    height: 64px;
    }

.unin{
  width:50px ;
}

}
