 
:root {
    --primary-color: rgba(166, 199, 40, 1);      
}

body{  
    font-family: 'Montserrat';
    color: var(--primary-color);
}

.background {
    width: 30vw;
}

.groowi-coming-soon{     
    display: table-cell; 
    width: 100vw;
    height: 80vh; 
    vertical-align: middle;
    text-align: center;
    font-weight: 400;
    font-size: 5vw;
    line-height: 73px;
}

.groowi-coming-soon .svg {
    width: 33vw;
}

.footer{
    position: fixed;
    left: 0;
    bottom: 5%;
    width: 100%;   
    text-align: center;
}

.sodego-meer-info{
    color: inherit;
    text-decoration: none;
}

@media screen and (max-width: 510px) {
    .groowi-coming-soon{     
        font-size: 10vw;      
    }

    .groowi-coming-soon .svg {
        width: 60vw;
    }

    .background {
        width: 60vw;
    }
}