main {
    background-image: url(/IMG/manioro.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
}

.hero {
    text-align: center;
    padding: 50px 20px;
}

#logo {
    margin-top: 40px;
    width: 150px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 8px 10px rgba(255, 255, 255, 0.265);
}

.hero h1 {
    font-family: 'Playfair Display', serif;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #fefefe;
}

.subtitle {
    color: #eee;
    margin-top: 8px;
}