body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #f0f0f0;
}

.container {
    display: flex;
    flex-direction: column;
    max-width: 92%;
    padding: 20px;
    margin-top: 70px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

h1,
h2 {
    color: #333;
}

h1 {
    font-size: 2rem;
}

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

.gallery img {
    width: 48%;
    max-height: 260px;
    max-width: 300px;
    margin-bottom: 10px;
    border-radius: 20px;
    padding: 10px;
}

section {
    display: flex;
    flex-direction: column;
}