@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');

html,
body {
    min-height: 100%;
}

body {
    background-image: url("../images/background8.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
}

iframe {
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    right: 0;
    height: 70vh;
    width: 100%;
}

.header {
    color: white;
    text-align: center;
    width: 100%;
    font-family: Montserrat;
    font-size: 2vw;
    font-weight: 800;
}

.header .header-text {
    margin-bottom: 1%;
}

.logo {
    padding-top: 1%;
    padding-left: 1%;
    height: 6%;
    width: 6%
}