body {
    background-color: #feedd1;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-align: center;
}

header {
    text-align: center;
    padding: 20px;
}

header img {
    max-width: 800px;
    height: auto;
}

section {
    padding: 20px;
    max-width: 1200px;
    margin: auto;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.gallery img {
    width: 300px;
    height: 225px;
    object-fit: contain;
    background-color: #feedd1;
}

ul {
    list-style-position: inside;
    padding-left: 0;
}

#intro ul {
    padding-left: 20px;
}

.teacher-photo {
    width: 300px;
    height: auto;
}

#social p {
    text-align: center;
}

footer {
    text-align: center;
}

.button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #b5651d;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}

.book-button-container {
    text-align: center;
    margin-top: 20px;
}
