:root {
    --pico-font-family: "Inter", sans-serif;
    --pico-font-weight: 400;
    font-optical-sizing: auto;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

.header-img {
    max-width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

blockquote {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.ivan-img {
    border-radius: 50%;
    max-width: 100px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.services {
    align-items: stretch;
}

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

.gallery img {
    max-width: 100px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.quote-form {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.header, .footer {
    text-align: center;
}