body {
    font-family: Georgia, sans-serif;
    background-color: #fffdf7;
}

h1, h2 {
    font-weight: bold;
}

.carousel img {
    height: 300px;
    object-fit: cover;
}

.card img {
    height: 250px;
    object-fit: cover;
}

section {
    scroll-margin-top: 80px;
}
.hero-section {
    background-color: #FFA500;
}