body {
    margin: 0;
    background: #444;
    color: white;
    font-family: 'Comfortaa';
    font-weight: 600;
    overflow: hidden scroll;
}

p {
    margin: 0 10px;
}

header {
    background-image: url(./bg.jpg);
    width: 100%;
    height: 40vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
header div { backdrop-filter: blur(5px) brightness(30%) ; width: 100%; height: 100%; }

header div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
header h1 {
    font-size: 48px;
    padding: 0;
    margin: 0;
}

header p {
    margin: 0;
    padding: 10px 0px;
}

.divider {
    width: 100vw;
    height: 2px;
    background: black;
}

footer {
    width: 100vw;
    height: 10vh;
    background: #111;
}

footer div {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.imgWrap {
    width: 100%;
    height: 100%;
}

.imgWrap img {
    height: 100%;
}