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

.main {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding: 0 0.5%;
}

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

h1, h3, b {
    margin-top: 20px;
    font-family: 'Poppins', sans-serif;
    color: black;
}

h1 {
    font-size: 25px;
}

h3, b {
    font-size: 20px;
}

b1, p, p5, li, li1 {
    margin-top: 2px;
    font-family: 'Poppins', sans-serif;
    color: black;
}

b1, p, p5, li {
    font-size: 11px;
}

li1 {
    font-size: 15px;
}

a {
    color: black;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
