@font-face {
  font-family: "LanaPixel";
  src: url("/src/fonts/LanaPixel.ttf") format("truetype");
}


body {
    color: white;
    font-family: 'LanaPixel';
    width: 98%;
    font-size: larger;
    background-color: #00000060;
    padding-bottom: 20px;
}


a:visited {
    text-decoration: none;
    color: white
}


a {
    text-decoration: none;
    color: white
}

.goback {
    font-size: small;
}

.goback:visited {
    text-decoration: none;
    color: white
}

.galleryicon {
    max-width: 300px;
}

.galleryContainer {
    text-align: center;
}

.main {
    display:flex;
    flex-wrap: wrap;
    max-width: 90%;
}

html {
      overflow: hidden;
}

@media only screen and (max-width: 640px) {
    .main {
    display: block;
} 
}
h3 {
    color: white;
    background-color: #00000050;
    border-style: hidden hidden solid hidden;
    border-width: 2px;
    width: 100%;
    text-align: center;
}

.gallerysubtile {
    width: 100%;
}