html {
    background-color: black;
    color: white;
    font-family: "Poppins", sans-serif;
    font-style: normal;
}

html, body {
    margin: 0;
    padding: 0;
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.row {
    display: flex;
    flex-direction: row;
}

.center {
    text-align: center;
}

.header {
    margin-top: 40px;
    margin-left: 10%;
    margin-bottom: 8em;
}

.header .row {
    justify-content: space-between;
    gap: 10%;
}

.header h1 {
    font-family: poppins-black, poppins, sans-serif;
    font-size: 8em;
    margin: 0;
    font-weight: bold;
    line-height: 1em;
}

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



@media (max-width: 600px) {
    .header .logo-wrapper {
        display: none;
    }
}

.header .logo-wrapper {
    width: 100%;
    margin-top: 1em;
    margin-bottom: 1em;
}

.header .logo-container {
    width: 100%;
    height: 100%;
    background: url('logo.svg') no-repeat;
    background-size: 100% 100%;
}

.container {
    margin-left: 10%;
    margin-right: 10%;
}

.about {
    display: flex;
    flex-direction: column;
    margin-bottom: 5%;
}

.section-white {
    color: black;
    background-color: white;

}

.contact-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact {
    margin: 100px 20%;
}

.footer {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 10%;
    margin-bottom: 20px;
}

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

div {
    /*border: 0.1px solid white;*/
}
