
body{
    font-family: "VG5000";
    margin: 30px;  
    background-color: #f7f7f7;
    max-width: 100%;
}



@font-face {
    font-family: "VG5000" ;
    src: url(vg5000-master/VG5000-Regular.woff2) format("woff2");
    
}

div, h2, h3, h4, h5 {
    font-weight: normal;
    color: #444;

}

.gallery{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 100px;
    align-items: start;
    justify-items: center;
    padding: 2em;
}

.yes{
    display: flex;
    gap: 30px;
}

.yas{
    display: grid;
    grid-template-columns: repeat(auto-fill);
    gap: 100px;
    width: 50%;
}

.yus{
    justify-content: center;
    display: flex;
    
}

.yis{
    width: 100%;
}

.yys{
    padding: 3em;
    width: 30%;
}

.yos{
    width: 25%;
    padding: 2em;
}

.lourd{
    display: flex;
    gap: 50px;
    float: right;
    width: 100%;
    justify-content: space-around;
    padding: 3em;
}

.yo{
    display: flex;
    gap: 350px;
    align-items: start;
    justify-items: center;
    padding: 2em; 
}

.bruh{
    display: flex;
    gap: 350px;
    align-items: start;
    justify-items: center;
    padding: 2em;
}

.bro{
    display: flex;
    justify-content: center;
 
}


h1{
    font-size: 10vw;
    background: rgb(176, 176, 161);
    width: calc(100% + 70px );
    line-height: 0.9;
    padding-top: 0.2em;

}


img{
    width: 15%;
    
  }
    

nav {
    height: 3em;
    background: rgb(98, 94, 94);
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    position: sticky;
    display: flex;
    top: 0;
    z-index: 1;
    font-family: "VG5000";
    font-size: 20px;
    line-height: 1;
}

nav a{ 
    text-decoration: none;
    color: white;
}
a{
    color: #444;
}

.yoyo{
    display: grid;
    justify-content: center;
    padding: 100px;
}

.yuyu{
    display: grid;
    justify-content: center;
    padding: 100px;
}

.yaya{
    display: grid;
    justify-content: center;
    padding: 100px;
}


section{
    min-height: 100vh;
    padding: 40px;
}

.dual{
    margin-top: .5em;
    font-size: .75em;
    opacity: .6;
    position: absolute;
    bottom: -50rem;
}






