@charset "UTF-8";
body{
    background-color: rgb(216, 217, 234);
}
.name {
position: relative;
    color: #333333;
}
header{
    margin-bottom: 20px;
}

.gallery {
    width: 90% ;
    margin: 0 auto 20px;
}
.gallery h2{
    text-align: center;
    width: 100%;
    font-size: 40px;
}
.gallery  h4{
    text-align: right;
    font-size:20px;
    padding: 2px;
}
.pic-box{
    background-color:rgb(235, 254, 254);
    padding: 30px 30px 0 30px;
    border-radius: 8px;
}
.pic-box img {
    width: 100%;
    margin-bottom: 30px;
    border-radius: 5px;
}
footer{
    position: relative;
    text-align: center;
    color: #333333;
}
@media screen and (min-width:767px) {
    header{
        margin-bottom: 0;
    }
    .gallery {
        margin: 0 10px 0 auto;
        max-width: 900px;
        width: 80% ;
    }
    #g-nav {
        position: fixed;
        
    }
    footer{
        text-align: unset;
    }
    }