body {
  font-family: 'Mitr', sans-serif;  
}

.button {
  box-shadow: 0px 1px 0px 0px #fff6af;
  background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
  background-color: #ffec64;
  border-radius: 6px;
  border: 1px solid #ffaa22;
  display: inline-block;
  cursor: pointer;
  color: black;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  padding: 6px 24px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #ffee66;
}

.button:hover {
  background: linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
  background-color: #ffab23;
}

.button:active {
  position: relative;
  top: 1px;
}

span {
  white-space: nowrap;
  transform: scale(1.8, 1);
  -webkit-transform: scale(0.5);
}

.buttonhome {
  background-color: white;
  color: black;
  border: 0;
  padding: 4px 4px;
  transition: transform .2s;
}

.buttonhome:hover {
  background-color: #e2f1e2;
  color: black;
  transform: scale(1.05);
}

.imgshadow {
  border: 2px solid #e3e3eb;
  background: no-repeat;
  box-shadow: 2px 2px 1px #ccc;
  margin: 0px 0px 10px 0px;
  -moz-box-shadow: 2px 2px 1px #e0d3d3;
  -webkit-box-shadow: 2px 2px 1px #ccc;
  -khtml-box-shadow: 2px 2px 1px #ccc;
}

.navbar {
  overflow: hidden;
  background-color: #666666;
  position: fixed;
  top: 0;
  width: 100%;
}

.navbar a {
  float: left;
  display: block;
  text-align: center;
  padding: 1px 1px;
  text-decoration: none;
  font-size: 18px;
}

.navbar a:hover {
  color: #1c87c9;
}

h1 {
  color: blue;
  text-shadow: 2px 2px #9a9e84d7;
  text-align: center;
  font-weight: bold;
}

h2 {
  font-weight: bold;
}

h3 {
  font-weight: bold;
  font-size: 18px;
  padding: 0px;
  margin: 0px;
  display:inline; 
}

.listheader {
  font-weight: bold;
  color: blue;
  padding-left: 20px;
  padding-right: 20px;
}

.listdetail {
  font-size: 18px;
  color: #000000;
}

.shadow {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  border: 2px solid #ccc;
}


.custom-card {
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.list-group-item {
    border: none;
    padding-left: 0;
}
.list-group-item i {
    font-size: 1.2rem;
    color: #0d6efd;
}
.center { text-align: center; }