body {
     margin: 0px;
     overflow-x: hidden;
}

.titlegalerie {
     text-align: center;
     font-size: 40px;
     font-family: cursive;
     color: #4c4a50;
     margin-bottom: 0px;
}

.linesep {
     width: 500px;
     height: auto;
     margin-top: 0px;
     margin-left: 700px;
}

/*Galerie*/

.galerie {
     display: flex;
     flex-flow: row wrap;
     
     justify-content: space-evenly;
     align-items: center;
     gap: 10px;
}
.item {
     margin-top: 10px;
}

.test {
     margin-left: 200px;
     margin-right: 200px;
}

/*Fin Galerie*/
.linesep2 {
     width: 500px;
     height: auto;
     margin-top: 30px;
     margin-left: 700px;
     margin-bottom: 0px;
}
.credits h1{
     text-align: center;
     font-size: 40px;
     font-family: cursive;
     color: #4c4a50;
     margin-bottom: 0px;
     margin-top: 0px;
}
.credits p{
     text-align: center;
     font-size: 20px;
     font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
     margin-top: 0px;
     padding-bottom: 10px;
}
.credits a{
     text-decoration: none;
     color: black;
}
.credits a:hover{
     text-decoration: underline;
     color: #dd9324;
}