* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}

html, body {
    width: 100%;
    font-family: "Catamaran", 'Segoe UI', 'Helvetica Neue', 'Arial', 'sans-serif', 'Apple Color Emoji', 'Segoe UI Emoji', 'Noto Color Emoji';
    font-size: 16px;
    background: var(--bgcolor);
}

.container {
    background: url("/assets/img/about_bg.jpg");
    width: 100%;
}

.arkaplan {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: auto;
}

.arkaplan img {
    height: 100dvh;
}