.text-center {
    text-align: center;
}

.homepage-section {
    margin-top: 100px;
}

.section-headline {
    font-size: 36px;
    font-weight: 600;
    margin-top: 0;
}

.sub-headline-text {
    font-size: 16px;
}

.rounded-borders {
    border-radius: 10px;
}

.box-shadow {
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
}

.text-white {
    color: #fff;
}

.header .logo-wrapper .logo {
    font-size: 0;
}

.navi-wrapper {
    margin: 10px;
}
