html,
body {
  background-color: white;
}

.yono-btn-primary {
  background-color: #5d5ff0;
  color: white;
}

.yono-btn-primary:hover {
  background-color: #3e409f;
  color: white;
}

.yono-text-primary {
  color: #5d5ff0;
}

.yono-container {
  display: flex;
  height: 100vh;
  background: rgb(255, 255, 255);
  /*background-color: #edf0f7;*/
  flex-direction: column;
  justify-content: space-between;
}

.yono-navbar {
  background-color: white;
  justify-content: center;
}

.yono-greet {
  margin-top: 15px;
  text-align: center;
  font-family: "Times New Roman", Times, serif;
  font-weight: 600;
  font-size: 30px;
}

.yono-menu-content {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    45deg,
    rgba(2, 0, 36, 0.9) 0%,
    rgba(35, 0, 114, 0.9) 35%,
    rgba(202, 27, 81, 0.9) 100%
  );
  padding: 30px;
  border-radius: 10px;
  width: 100%;
  min-width: 250px;
  max-width: 350px;
}

.yono-link {
  text-decoration: none;
  background-color: #fff;
  border-radius: 3px;
  padding: 5px 0px;
  color: #008ae3;
  font-weight: bold;
  font-size: 1.1rem;
  margin: 20px 0px;
}

/*
.yono-link:hover {
  background-color: #fff;
  border-radius: 3px;
  padding: 5px 0px;
  color: #5d5ff0;
  font-weight: bold;
  font-size: 1.1rem;
  margin: 20px 0px;
  -webkit-box-shadow: 0 0 5px 0 rgb(255, 255, 255);
  box-shadow: 0 0 5px 0 rgb(255, 255, 255);
}
*/

.yono-flag {
  width: 30px;
}

.yono-map {
  min-width: 700px;
}

@media (min-width: 1022px) and (max-width: 1295px) {
  .yono-map {
    min-width: 500px;
  }
  .yono-menu-content {
    min-width: 200px;
  }
}

.sbi-tag {
  text-align: center;
  font-family: "Times New Roman", Times, serif;
  font-weight: 600;
  font-size: 35px;
}

.yono-footer {
  text-align: end;
  color: gray;
  font-weight: 500;
}

.yono-footer a {
  text-decoration: none;
  color: gray;
}

.yono-footer a:hover {
  color: #1166dd;
}
