body {
    padding: 0;
    margin: 0;
    background-color: rgb(255, 255, 249);
    height: 150vh;
    overflow: hidden;
}
a {
    text-decoration: none;
}
a:hover {
    color: rgb(255, 231, 95);
}
.nav {
    background-color: rgba(192, 192, 192, 0);
    height: 100%;
    width: 30%;
    position: fixed;
    justify-content: center;
    display: flex;
    flex-direction: column;
    
}
.nav-item {
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    justify-items: center;
    display: flex;
    flex-direction: column;
}
.nav-item  p {
    text-align: center;
    font-family: agpfont1 ;
    color: rgb(49, 48, 41);
    padding-top: 6px;
    font-size: small;
}
.logo {
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.logo-img {
    width: 67px;
    height: auto;
}
.logo-title {
    font-family: agpfont;
    color: black;
    font-size: 45px;
    text-decoration: none;
    margin: 7px;
}
.menu-L {
    padding-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
}

.menu-L a {
    color: rgb(27, 27, 27);
    font-family: agpfont;
    font-size: 20px;
    padding: 5px;
}
.menu-L a:hover {
    color: rgb(219, 186, 0);
}
.menu-L li {
    list-style: none;
    margin: 5px;
    text-align: center;
}
.image-gal {
    position: absolute;
    margin-left: 30%;
}

.image-gal li {
    list-style: none;
    border-radius: 10px;
    display:inline-flex;
}
.image-gal li img {
    border-radius: 15px;
    transition: cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.4s;
}
.image-gal li img:hover {
    transform: scale(95%);
}
@font-face {
    font-family: agpfont;
    src: url(./fonts/Magilio.ttf);
}
@font-face {
    font-family: apgfont1;
    src: url(./fonts/Cinzel-Regular.ttf);
}
