header {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 5vw;
}

img { 
    width: 10vw;
    border-radius: 1vw;
}
body {
    background-image: url(../augabenImg1/metalTiles.jpg);
}

h1 {
    font-family: sans-serif;
    font-size: 4em;
}