/* ===== Button ===== */
.button {
  box-shadow: 0px 0px 0px 2px #05263e;
  padding-left: 25px;
  padding-right: 25px;
  width: initial;
  font-size: 14px;
  font-weight: 600;
  border-radius: 5px;
  background-color: transparent;
}
.button:hover {
  background-color: #05263e;
  color: white;
}
/* ===== Button End ===== */