 body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            background-color: #c2d6f9;
        }
        
        article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

        .container {
            margin-right: auto;
            margin-left: auto;
            padding: 20px;
            text-align: center;
        }
        h1 {
            color: #FFFFFF;
        }
        p {
            color: #666;
            margin-bottom: 20px;
        }
        a {
            color: #007bff;
            text-decoration: none;
        }
        a:hover {
            text-decoration: underline;
        }
        img {
            text-align: center;
            margin-right: auto;
            margin-left: auto;
            max-width: 100%;
            height: auto;
            display: block;
        }
        .block-social ul li {
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    margin: 0.125rem;
    cursor: pointer;
}
textarea {
    margin: 0;
    font: inherit;
}

[role="button"] {
    cursor: pointer
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
    touch-action: manipulation;
}


a {
    color: #c2d6f9;
    text-decoration: none;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
.material-icons {
    display: inline-block;
    width: 1em;
    height: 1em;
    direction: ltr;
    text-transform: none;
    font-family: "Material Icons",Arial,sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    letter-spacing: normal;
    white-space: nowrap;
    vertical-align: middle;
    word-wrap: normal;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "liga";
}
*, *:before, *:after {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
*, *::before, *::after {
    box-sizing: inherit;
}

a:-webkit-any-link { 
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}

.block-social ul li a:hover {
    color: transparent
}

.instagram {
    background-image: url(../images/3a94078d659136527abf.svg);
}

.facebook {
    background-image: url("../images/04be689c12d686c59503.svg")
}

.facebook::before {
    content: "";
    background-image: url("../images/fa3993a997a0b84e9900.svg")
}

.facebook.icon-gray {
    background-image: url("../images/b252849e892c264f4f22.svg")
}

.facebook.icon-gray:hover {
    background-image: url("../images/fa3993a997a0b84e9900.svg")
}
