body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    /*background-image: url('https://r2.e-z.host/02bb7051-1a41-47e0-87b5-a271bbb014b2/d0a7ngmm.png');*/
    background-color: #ffffff;
    background-size: cover;
    background-position: center;
    background-size: auto;
}

header {
    background-color: #ffffff;
    color: #000000;
    text-align: center;
    padding: 20px 0;
}

main {
    padding: 20px;
}

.hero {
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-content {
    text-align: center;
    color: #000000;
}

.gallery {
    margin-top: 30px;
}

.gallery h2 {
    color: #ffffff;
    text-align: center;
}

.gallery-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.image {
    margin: 10px;
    width: 250px;
}

.image img {
    width: 100%;
    height: auto;
    border: 2px solid #ffffff;
    border-radius: 5px;
}

.description {
    background-color: #ffffff;
    color: #000000;
    padding: 10px;
    border-radius: 5px;
    margin-top: 5px;
}

footer {
    background-color: #ffffff;
    color: #000000;
    text-align: center;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
}
