/* Styles für die Schniff-Seiten */

body {
    background-color: #f8f9fa;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
h1, h2 {
    text-align: center;
}
img {
    cursor: pointer;
    width: 100%;
    height: auto;
    border-radius: 0.5rem;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.img-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.button-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
}        
.top-line {
    width: 100%;
    height: 5px;
    background-color: #000; 
    margin: 10px 0;
}
