@charset "UTF-8";

header {
    color: black;
    margin: auto;
}

h1 {
    font-family: 'Book Antiqua', sans-serif;
    text-align: center;
    font-size:  6.2em;
    color: white;
    margin:auto;
    position: relative; top: -40px
}

section p {
    font-family: "century gothic";
    color: white;
    font-size: 1.1em;
    margin-top: -50px;

}

.images-container {
    display: flex;
    justify-content: center;
    position: relative;
}

.images-container img {
    margin-left: 5px;
    margin-right: 5px;
}

section {
        max-width: 1068px;
        margin: auto;
        margin-bottom: -5px;
}