h1, h2, h3, h4, a, p{
    font-family: 'Source Sans Pro', sans-serif;
}

h1 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 47px;
    font-weight: 700;
    color: #1D1D1B;
    /* margin-top: 100px; */
}

h2 {
    /* margin-top: 20px; */
    font-size: 22px;
    color: #58595C;
    font-weight: 400;
    /* margin-bottom: 50px; */
}

.logo {
padding-left: 50px;
padding-top: 50px;
z-index: 3;
}
@media only screen and (max-width: 699px) {
    .logo {
     align-content: center;
    }
    .content {
        margin-bottom: 50px;

    }
  }

.button {
    background: #BEB894;
    border: 1px solid #BEB894;
    border-radius: 2px;
    box-shadow: 0px 3px 6px rgb(0, 0, 0, 0.16);
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 10px;
    text-decoration: none;
    margin-top: 50px !important;
    margin-bottom: 50px;

}

.lower-background {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50%;
    background-color: #EEF2F5;
    z-index: 1;
}

.content {
    position: relative;
    z-index: 2;
    text-align: center;
    align-items: center;
    background: #fff;
    box-shadow: 0px 3px 6px rgb(0, 0, 0, 0.16);
    border-top: 8px solid #BEB894;
    width: 50%;
    padding: 50px;
    margin: 0 auto;
    top: 25%;
}
.circle {
    padding-left: 90%;
    margin-top: -150px;
}
body{
    background: #41403D;
}

/* .rondje{
border-radius: 50%;
border: 2px solid #fff;
background: #FFFFFF; */

}