.fm {
    margin-top: 20px;
}

.fm .form-control::placeholder {
    color: white;
    font-family: 'Kdam Thmor Pro', sans-serif;
}

.fm .form-control, .fm .form-select {
    color: white;
    font-family: 'Kdam Thmor Pro', sans-serif;
}

.fm .form-select option {
    background-color: black;
}

.fm .drk {
    font-family: 'Kdam Thmor Pro', sans-serif;
}

.logo {
    height: 70px;
    width: auto;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.nav-link {
    font-family: 'Kdam Thmor Pro', sans-serif;
    color: white;
    text-align: left;
}

.nav-link:hover {
    font-weight: bold;
    color: white;
}

.fcard {
    margin-top: 30px;
    padding: 10px;
}

.card-title {
    background-color: #C5E0B3;
    text-align: center;
}

.flex-column {
    background-color: #333333;
    width: 18rem;
}

.scroll-container{
    overflow: auto;
    white-space: nowrap;
    padding: 5px 70px 5px 20px;
    background: transparent;
    /*height: 100%;*/
    border-radius:15px;
  }
  
  .gridscroll{
    display:inline-block;
  }
  
  .gridscroll img {
    margin-right:22px;
    width: 60%;
    height: 100%;
  }
