.button {
color: rgb(0, 0, 0);
background-color: rgb(250, 254, 255);
text-decoration: none;
border-radius: 10px;
border: none;
padding: 20px;
}

.button1 {
color: rgb(0, 0, 0);
background-color: rgb(250, 254, 255);
text-decoration: none;
font-size: 17px;
border-radius: 10px;
border: none;
padding: 12px;
margin-left: 5px;
margin-right: 5px;

}

.button2 {
color: rgb(255, 255, 255);
background-color: rgb(197, 197, 197);
text-decoration: none;
font-size: 17px;
border-radius: 10px;
border: none;
padding: 12px;
margin-left: 5px;
margin-right: 5px;
}

.button3 {
color: rgb(250, 250, 250);
background-color: rgb(197, 197, 197);
text-decoration: none;
font-size: 25px;
border-radius: 10px;
border: none;
padding: 12px;
margin-left: 5px;
margin-right: 5px;
}


.button:hover {
background-color: rgb(129, 129, 129);
border-color: rgb(74, 177, 158);
cursor: pointer;
transition-duration: 03.s;
}

.button1:hover {
background-color: rgb(197, 197, 197);
cursor: pointer;
margin-top: 20 px;
transition-duration: 03.s;
}

.button2:hover {
background-color: rgb(167,167,167);
cursor: pointer;
margin-top: 20 px;
transition-duration: 03.s;
}

.button3:hover {
background-color: rgb(167,167,167);
cursor: pointer;
margin-top: 20 px;
transition-duration: 03.s;
}


#Info:hover {
background-color: rgb(129, 129, 129);
border-color: rgb(74, 177, 158);
cursor: pointer;
}

.namestyle {
color : rgb(255, 255, 255);
font-size: 20px;   

}

@media (max-width: 768px) {

header {
    flex-direction: column;
    padding: 30px;
    gap: 20px;
}

header div {
    flex: none;
    width: 100%;
    text-align: center !important;
}

.button1 {
    display: block;
    width: 80%;
    margin: 10px auto;
    font-size: 16px;
}

.bilder {
    flex-direction: column;
    align-items: center;
}

.bild {
    width: 90%;
    max-width: 400px;
}

body {
    font-size: 16px;
}
}

body {
text-align:center; 
font-family:Arial, Helvetica, sans-serif;
}