body {
    background-color: #eb983f;
    font-family: Arial !important;
    font-weight: 900 !important;
    overflow-x: hidden;
}

.navbar{
    background-color: #065bc8 !important;
}

.nav-link {
    color: black !important;
}

.page-footer{
    background-color: #065bc8 !important;
}

.link{
    color: black;
    margin: 0 960px 0 5px;
}

.link:hover{
    text-decoration: none;
    color: black;
}

.oranje{
    color: #eb983f !important;
}

.v-center {
    margin-top: auto;
    margin-bottom: auto;
}

@media only screen and (max-width: 3840px) {
    div iframe {
        width: 650px;
        height: 354px;
        margin: 40px 0 100px 0;
    }

    body{
        overflow-y: scroll;
    }

    #img-stopmotion {
        width: 700px;
        height: auto;
        margin-top: 70px;
        margin-bottom: 100px;
    }

    .tekst {
        margin: 60px 0 0 0;
    }

    #img-playstore {
        width: 220px;
        height: auto;
        margin-top: 10px;
        margin-bottom: 100px;
    }

    #werkplek {
        width: 650px;
        height: auto;
        margin-top: 50px;
        margin-bottom: 100px;
        
    }
  }

  @media only screen and (max-width: 800px) {
    div iframe {
        width: 450px;
        height: 294px;
        margin: 10px 0 100px 0px;
    }

    body{
        overflow-y: scroll;
    }

    #img-stopmotion {
        width: 460px;
        height: auto;
        margin-top: 10px;
        margin-bottom: 100px;
    }

    .homepage {
        margin: 0 0 0 0;
    }

    #img-playstore {
        width: 220px;
        height: auto;
        margin-top: 10px;
        margin-bottom: 100px;
    }

    #werkplek {
        width: 450px;
        height: auto;
        margin-top: 0px;
        margin-bottom: 100px;
    }
  }