body{
    background-color: black;
    color: white;
    font-family: monospace;
    }
        
    #gallery{
    margin: auto;
    width: 100%;
    line-height: 2em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-grow: 1;
    display: -webkit-flex; /* Safari */
    -webkit-flex-direction: row;
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    -webkit-flex-grow: 1;
    gap: 10px;
    list-style: none;
    padding: 0;
}

#gallery: before,
#gallery: after{
  display: none;
}

a {
all: unset;
}

.aboutlink:hover{
        background-color: white;
        color: black;
    }

.aboutlink2:hover{
        background-color: turquoise;
        color: black;
    }

#gallery > li {
height: 15.5em;
cursor: pointer;
position: relative;
margin: 0;
}

#gallery li img {
object-fit: cover;
width: 100%;
height: 100%;
vertical-align: middle;
}

#gallerysticker{
    margin: auto;
    width: 50%;
    line-height: 2em;
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    gap: 10px;
    list-style: none;
    padding: 0;
}

#gallerysticker > li {
height: 200px;
cursor: pointer;
position: relative;
margin: 0;
}

#gallerysticker li img {
object-fit: cover;
width: 100%;
height: 100%;
vertical-align: middle;
}

.gallerywrapper{
margin-top: 1em;
}

#nav{
display: flex;
flex-direction: row;
list-style-type: none;
margin: 0;
}

li{
margin: 0 5em 0 5em;
}

#header{
display: flex;
flex-direction: row;

}

#nav li:hover{
    background-color: white;
    color: black;
    /* border: 1px solid white; */
}

#nav #lygoo:hover{
    background-color:turquoise;
    color: black;
    /* border: 1px solid white; */
}

.headline{
    background-color: white;
    color: black;
    
}

.newswrapper{
    width: 24%;
}

.newswrapper img{
    width: 100%;
}

#divnewswrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}