@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/background5.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

iframe {
    height: 75vh;
    width: 60%;
}

.iframe-container {
    text-align: center;
    width: 100%;
    height: 75vh;
    margin: 0 auto;
}

.logo {
    padding-top: 1%;
    padding-left: 1%;
    height: 6%;
    width: 6%
}

.header {
    text-align: center;
    width: 85%;
    background-color: #FFF;
    margin-left: auto;
    margin-right: auto;
    font-family: Montserrat;
    font-size: 1.5vw;
    font-weight: 700;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.4);
}