body{
    background-color: #333676;
    color: #ADAFD0;
}

.intro{
    text-align: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

h1{
    font-size:xx-large;
}

p{
    font-size: 16px;
}

#galerie{
    width: 75%;
    margin: 0 auto;
}

#aktuelles_bild{
    max-width: 100%;
    max-height: auto;
    border-radius: 15px;
}

#vorschaubild{
    display: flex;
    justify-content: center;
    margin-top: 20px;
    flex-wrap: wrap;
    
}

.vorschau{
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin: 10px;
    cursor: pointer;
    border-radius: 25px;
}