@import url('https://fonts.googleapis.com/css2?family=Audiowide&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
    margin: 0px;
    background-color: black;
    font-family: "Roboto", sans-serif;
    color: white;
}

@media(max-width: 640px) {
    header {
        background-image: url(img/rauschenberger-truck-3677882_640.jpg);
    }
}

@media(max-width: 1280px) {
    header {
        background-image: url(img/rauschenberger-truck-3677882_1280.jpg);
    }
}

header {
    background-size: 100% auto;
    background-position: center;
    display: flex;
    flex-direction: column;
    padding: 0px 7% 40% 7%;
    background-position: right bottom;
    background-repeat: no-repeat;
}

nav a {
    text-decoration: none;
    color: white;
    margin: 10px;
}

nav {
    display: flex;
    flex-direction: column;
}

h1 {
    font-family: "Audiowide", sans-serif;
}

article {
    background-color: black;
    color: rgb(0, 0, 0);
    padding: 10px;
    margin: 10px 0px;
    flex: 1;
}

article {
    color: white;
    text-align: center;
}

.bila article {
    background-color: white;
    color: black;
}

section {
    padding: 0px 7%;
}

h2 {
    font-family: "Audiowide", sans-serif;
    font-size: 1.1em;
}

p {
    font-size: 0.8em;
}
.bila {
    background-color: white;
}

img {
    display: block;
    margin: auto;
    max-width: max-content;
    width: 100%;
    border-radius: 50%;
}

.mensi {
    width: 65%;
}

@media(min-width: 1280px) {
    div {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        background-image: none;
        padding-bottom: 10%;
    }

    header {
        background-image: url(img/rauschenberger-truck-3677882_1920.jpg);
    }

    nav {
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    section {
        display: flex;
        flex-direction: row;
        padding: 0px 7%-10px;
    }

    article {
        flex: 1;
        margin: 10px;
    }
}
