body {
    font-family: "Segoe UI",Helvetica,Arial,sans-serif;
    background-color: #D0F2FF;
    color:#003366;
}

.link {
    text-decoration: none;
    color: inherit;
}

.section {
    width: 100%;
    padding: 0px;
    text-align: center;
}

.paragraph{
    margin-top:0px;
    margin-bottom: 0px;
    margin-left:10px;
    margin-right:10px;
}

.headline {
    font-size: 2.5em;
}

.container {
    display: flex;
    justify-content: center;
    max-width: 650px;
    margin: auto;

}

.value-prop{
    margin-top:10px;
    margin-bottom:0px;
    font-weight: bold;
}


.text {
    font-size: 1.2em;
    text-align: left;
}
.image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
.button {
    background-color: #FF6699;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    cursor: pointer;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 180px;
    margin-top:40px;
    margin-bottom: 30px;
    border-radius: 5px;
}

.flag {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    margin-top: auto;
    margin-bottom: 15px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}

#language-selector {
    font-size: 12px;
    border: 1px solid darkgrey;
    border-radius: 5px;
    background-color: #fff;
    color: #333;
}

@media (max-width: 600px) {
    .headline {
        font-size: 1.5em;
    }
    .text {
        font-size: 1em;
    }
    .value-prop {
        font-size: 0.9em;
    }
}