
.button {
  background: linear-gradient(to left, #3adeff, #84ffb9);
  font-size: 14px;
}

.button:hover {
  background: linear-gradient(to right, #3adeff, #84ffb9);
  color: white;
  text-decoration: none;
}

.better {
  background-color: #ff9100;
  color: white;
  font-size: 14px;
  border: none;
  font-weight: 600;
  transition: 1s;
  }
  
.better:hover {
  background-color: #d4ff00;
  color: white;
  text-decoration: none;
}

.navbar a {
      float: right;
      padding: 5px 15px;
      color: white;
      text-decoration: none;
      font-size: 13px;
    }

    .navbar a:hover {
      color:rgb(212, 212, 212); /* Warna saat kursor diarahkan */
    }
    /* background-color: aliceblue; color: black; */