body{
    height: 100%;
    font-family: serif;
}
body{
    background: url(https://snoopitek.com/assetsowo/pix/bg3.gif);
    background-color: black;
    background-size: 100%;
    background-position: center;
    color: white;
}
.title{
    border: solid 1px;
    background-color: black;
    h1{
        text-align: center;
    }
}
.navbar{
    overflow: hidden;
    background-color: black;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 1px outset white;
    margin-bottom: 50px;
    a{
        float: left;
        display: block;
        color: #f2f2f2;
        text-align: center;
        padding: 4px 16px; /* <Height> than <Width> */
        text-decoration: none;
        font-family: serif;
    }
    a:hover{
        background-color: midnightblue;
        color: white;
    }
}
.footer{
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    width: 802px;
    display: block
}
.gallery{
    margin-top: 5%;
    width: 60%;
    margin-left: 20%; margin-right: 20%;
    .body{
        background-color: black;
        border: solid 1px;
        h2{
            margin-left: 10%;
        }
        .night,.trip{
            margin-top: 2%; margin-bottom: 2.5%;
            .memory{
                display: inline-block;
                width: 30%;
                margin-left: 10px;
                margin-right: 10px;
                border: solid 1.5px purple;
                background-color: gray;
                img{
                    width: 100%;
                }
                p{
                    margin: 5px;
                }
            }
        }
    }
}