


body{
    background-image: url(OIP.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    color: aliceblue;
}

body{
    margin: 0;
    font-family: Arial, sans-serif;
    color: aliceblue;
}

header{
    background-color: rgb(13, 39, 53);
    border-bottom: groove;
    border-top: groove;
}

h1{
    color: aliceblue;
    text-align: center;
    font-family:'Courier New', Courier, monospace;
}

nav{
    display: flex;
    gap: 15px;
    color: aliceblue;
}

footer{
    border-top: groove;
    gap: 30px; padding: 30px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

img{
    width: 5050px;
    nav-right: auto;
    border: 3px aliceblue;
}

.container1 {
    display: flex;
    align-items: center;
    gap: 300px;
    padding: 40px;
}

.bild1 img {
    width: 650px;
    height: auto;
    border-radius: 10px;
    border-style: groove;
}

.text1 {
    max-width: 500px;
    color: aliceblue;
    text-align: center;
    border: groove;
    padding: 30px;
    font-family: 'Courier New', Courier, monospace;
}

.container2{
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 40px;
}

.bild2 img{
    width: 400px;
    height: auto;
    border-radius: 5%;
    border-style: groove;   
}

.text2{
    max-width: 1000px;
    color: aliceblue;
    font-family: 'Courier New', Courier, monospace;
}

.container3{
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 40px;
}

.text3{
    max-width: 1000px;
    color: aliceblue;
    font-family: 'Courier New', Courier, monospace;
}

.container4{
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 40px;
}

.text4{
    max-width: 1000px;
    color: aliceblue;
    font-family: 'Courier New', Courier, monospace;
}