* {
    font-family: 'PT Sans', sans-serif !important;
}
body * {
    box-sizing: border-box;
}

h1 {
    width: 100%;
    margin: 100px;
    text-align: center;
    background-color: white;
    font-size: 48px;
    font-weight: bold;
    z-index: 2;
}
h2 {
    color: #333361;
    font-size: 36px;
    font-weight: bold;
    margin: 10px 23px;
}
h3 {
    color: #666;
    font-size: 24px;
    margin: 23px;
}
p {
    font-size: 32px;
    line-height: 40px;
    opacity: 78%;
    color: white;
}

.container {
    margin-top: 250px;
}

header {
    height: 100px;
    background-color: #333;
    display: flex;
    align-items: center;
    padding: 25px;
}
header a {
    display: block;
    text-decoration: none;
    user-select: none;
    height: 50px;
    width: 50px;
    background-image: url(../images/44473.png);
    background-size: cover;
    filter: invert(1);
}
header a:hover {
    transition: all 0.5s ease;
    transform: scale(1.25);
}


main {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
}
/* .blank {
    position: absolute;
    background-color: white;
    width: 50%;
    margin-right: 50%;
    height: 20px;
    top: 960px;
    z-index: 2;
} */

iframe {
    width: 1300px;
    height: 950px;
    z-index: 1;
}

footer {
    background-color: #333;
    padding: 22px 38px;
}
footer p {
    line-height: 40px;
    opacity: 78%;
    color: white;
}
