@font-face {
    font-family: 'Windsong';
    src: url('fonts/Windsong-webfont.eot');
    src: url('fonts/Windsong-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/Windsong-webfont.woff') format('woff'),
    url('fonts/Windsong-webfont.ttf') format('truetype'),
    url('fonts/Windsong-webfont.svg#windsongregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0px auto;
    text-decoration: none;
    font-family: 'Lato Light', sans-serif;
    color: black;
}

*::selection {
    background-color: #FFE9EC;
    color: black;
}

html {
    scroll-behavior: smooth;
    background: linear-gradient(
            to right,
            #ffffff 0%,
            #ffffff 51%,
            #FFE9EC 51%,
            #FFE9EC 100%
    );
}

@media screen and (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

img {
    /*max-width: 20em;*/
    max-height: 15em;
    transition: transform .5s, filter 0.5s ease-in-out;
}

img:hover {
    transform: scale(1.1) !important;
}

h1 {
    font-family: "Windsong";
    font-size: 11em;
    letter-spacing: -0.008em;
    font-weight: normal;
}

h2 {
    font-weight: normal;
    font-family: 'Lato', sans-serif;
}

h3 {
    font-family: "Windsong";
    font-size: 95pt;
    letter-spacing: -3px;
    font-weight: normal;
    margin-left: 6%;
    margin-bottom: 2%;
    margin-top: 2%;
}

body {
    overflow-x: hidden;
}

#container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-content: flex-start;

    width: 100%;
    height: 100%;
}

.childbildelement {
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 3em;
}

a {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

p {
    margin-top: 1em;
}

