h1 {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px !important;
}

h2 {
  border-bottom: 1px solid #ccc !important;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

/* make h3 center aligned */

h3 {
  border-bottom: 1px solid #ccc !important;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.white {
  color: white !important;
}

.container {
  margin-top: 50px;
}

.fridge_img {
  /* decent sized border */
  border: 1px solid #ccc !important;
}

.video-container {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-direction: column !important;
  gap: 20px !important;
  margin-top: 20px !important;
}

.language-section {
  padding: 20px !important;
}

/* .dropdown-item {
    white-space: normal;
    max-width: 100%;
} */

/* .width-300 {
    width: 300px !important;
}

 
.dropdown-menu {
    white-space: normal !important;
} */
