body {
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    height: 100vh;
    margin: 0;
    padding: 0;
    background-color: white;
    background: white url('../svg/cloudryte_wolken.svg') no-repeat center;

    background-size: cover;
}

.main {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

img {
    width: 300px;
    height: auto;
}

p {
    margin-top: 20px;
    font-family: 'Poppins', sans-serif;
    color: black;
    font-size: 25px;
}

p2 {
    margin-top: 20px;
    font-family: 'Poppins', sans-serif;
    color: grey;
    font-size: 15px;
    padding-bottom: 3%
    ;
}

#extra-block-top {
    background-color: rgba(0, 0, 0, 0); 
    width: 100%;
    padding-top: 3%;                
}

#extra-block-bottom {
    background-color: rgba(0, 0, 0, 0); 
    width: 100%;
    padding-top: 5%;                
}
