

img {
    display: flex;
    min-width:  10vh;
    min-height: 10vh;
    object-fit: cover;
    margin: 1.5rem;
    object-fit: scale-down; max-width: 40vh;
}

.gallery {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

h1 {
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "audiowide", system-ui;
    color: white;
    padding: 0rem;
    font-size: 5rem;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 3px 0 #000000, 1px 1px 0 #000000;
}

h2 {
    padding: 0px;
    margin: 0px;
    font-family: "audiowide", system-ui;
    color: white;
    padding: 1rem;
    font-size: 3rem;
}


.gallerydisplay {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.backbutton {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;

}

a {
    color: white;
    text-decoration: none;
}

#background-video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
  }

  .centeredtitle {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0px;
  }




strong {
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 2px 0 #000000, 1px 1px 0 #000000;
    font-size: 2rem;
 
    padding: 10px;
    border-radius: 2%/15%;
}
article {
  
  position: center;
    height: 100%;
    width: 100%;
    border-radius: 4%/1% ;
    margin:0px;
}

em {
  
    font-size: 1.3rem;

   padding: 10px;
   border-radius: 3%/10%;

}

  .centerp {
    margin: 0px;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
span {
    margin:0rem;
    font-size: 1rem;
    font-family: "noto sans", system-ui;
    font-style: italic;
}

h4 {
    margin: 0px;
    font-family: "audiowide", system-ui;
    color: white;
    padding: 1rem;
    font-size:1rem;
    height:0px;
    width: 0px;
}


@media (width >= 600px) {

    img {
        display: flex;
        min-width:  10vh;
        min-height: 10vh;
        object-fit: cover;
        margin: 3rem;
        object-fit: scale-down; max-width: 50vh;
    }
    
    .gallery {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    


    h1 {
        font-family: "audiowide", system-ui;
        color: white;
        padding: 0rem;
        font-size: 5rem;
        text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 3px 0 #000000, 1px 1px 0 #000000;
    }
    
    h2 {
        font-family: "audiowide", system-ui;
        color: white;
        font-size: 3rem;
  
    }
    
    .gallerydisplay {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    
    article {
        border:5px solid white;
        height: 100%;
        width: 100%;
        border-radius: 2%/3% ;
        margin:0;
     
    }
    .backbutton {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    
    }
    
    a {
        color: white;
        text-decoration: none;
    }
    
    #background-video {
        width: 100vw;
        height: 100vh;
        object-fit: cover;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: -1;
      }
      .centerp {
        margin-left: 6%;
        margin-right: 7%;
        margin-top: 7%;
        margin-bottom: 7%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    }

    .centeredtitle {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 0px;
      }
    
  
    
    strong {
        text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 2px 0 #000000, 1px 1px 0 #000000;
        font-size: 2rem;
        padding: 10px;
        border-radius: 2%/15%;
    }
@media (width <= 600px) {
    

    article {
        border:5px solid white;
        height: 100%;
        width: 100%;
        border-radius: 4%/1% ;
        margin:0;
     
    }

    .centerp {
        margin-left: 4.5%;
        margin-right: 7%;
        margin-top: 7%;
        margin-bottom: 7%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
}
    
    em {
      
       font-size: 1.3rem;
       border: 2px solid white;
       padding: 10px;
       border-radius: 3%/10%;
    
    }
    
    span {
        margin:5rem;
        font-size: 1rem;
        font-family: "noto sans", system-ui;
        font-style: italic;
    }
    
    h4 {
        margin: 0px;
        font-family: "audiowide", system-ui;
        color: white;
        padding: 1rem;
        font-size:1rem;
        height: 0px;
        width: 0px;
    }
    