section{
  padding-top: 50px;
  padding-bottom: 50px;
}

.image-color-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.image-overlay-text {
    position: absolute;
    bottom: 30px;
    right: 20px;
    text-align: right;
    color: var(--orange);
    font-size: 35px;
    font-weight: bold;
    z-index: 2;
    pointer-events: none;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}
.image-overlay-whitetext {
    position: absolute;
    bottom: 30px;
    right: 20px;
    text-align: right;
    color: white;
    font-size: 35px;
    z-index: 2;
    pointer-events: none;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}
.image-overlay-text {
    position: absolute;
    bottom: 30px;
    right: 20px;
    text-align: right;
    color: var(--orange);
    font-size: 35px;
    font-weight: bold;
    z-index: 2;
    pointer-events: none;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

.topic-section {
    background-color: var(--green);
    color: white;
}

.card {
  background: white;
  border-radius: 8px;
}

.icon {
  color: var(--green);
  font-size: 2.5rem;
  align-self: center;
}

.card-body p {
  line-height: 1.4;
  text-align: center;
}
.card-body-accomendation p {
  text-align: left;
}

.schedule-table {
    width: 100%;
    border-collapse: collapse;
}
.schedule-table thead {
    background-color: var(--orange);
    color: white;
    text-align: center;
}
.schedule-table th, .schedule-table td {
    border: 1px solid #ddd;
    padding: 8px;
}

.important-note{
    background-color: var(--superlight-orange);
    color: white;
}

.lunch-note{
    background-color: var(--background-white);
    font-size: 12px;
}