@font-face {
    font-family: "dry-brush";
    src: url("fonts/drybrush.ttf");
}

@font-face {
    font-family: "oswald";
    src: url("fonts/Oswald-Regular.ttf");
}

* {
    font-family: "oswald";
    text-align: center;
}

body {
    margin: 0;
}

#header {
    background-color: #1193c3;
    align-items: center;
    position: sticky;
    top: -94px;
}

h1 {
    font-family: "dry-brush";
    color: #ffffff;
    font-weight: 1;
    font-size: 48px;
    margin: 0;
    padding: 0 30px 0 30px;
    line-height: 94px;
}

nav {
    background-color: #0D759B;
    padding: 10px;
}

nav ul {
    display: flex;
    list-style-type: none;
    justify-content: space-around;
    padding: 0;
    margin: 0;
}

nav ul li a {
    color: white;
    text-decoration: none;
    font-size: 16px;
}

#container1 {
    background-image: url("images/dn8a8065.jpg");
    background-size: cover;
    background-position: center;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

h2 {
    font-family: "dry-brush";
    color: #ffffff;
    font-weight: 1;
    font-size: 72px;
    margin: 0;
    text-shadow: 4px 4px 10px black;
}

#container2 {
    background-color: rgba(237, 237, 237, 1);
    height: max-content;
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

h3 {
    margin: 0;
    font-size: 36px;
}

#container3 {
    background-image: url("images/dn8a8152.jpg");
    background-size: cover;
    background-position: center;
}

h4 {
    font-size: 36px;
}

.button {
    background-color: #0D759B;
    padding: 10px;
    margin: auto;
    width: max-content;
}

.button a {
    color: white;
    text-decoration: none;
    font-size: 20px;
}

#oneOfContainer3 {
    background-color: #ffffffa1;
    padding: 30px;
}

#twoOfContainer3 {
    display: none;
}

#container4 {
    background-color: rgba(237, 237, 237, 1);
    padding: 1px;
}

#igPost {
    margin: auto;
    width: 100%;
    max-width: 542px;
}

h5 {
    font-size: 36px;
    margin: 40px;
}

footer {
    padding: 10px;
    background-color: #1193c3;
}

footer p {
    margin: 0;
    color: white;
}