body {
    background-color:black;
    color:white;
}

#nav-menu {
    list-style-type: none;
    width: fit-content;
    margin: auto;
    padding: 0;
}

#nav-menu li {
    display: inline-block;
    padding: 0 25px;
}

#nav-menu li a {
    color: #dff6f6;
    font-size:22px;
}


#nav-menu li a:hover {
    color:white;
}
#page-title {
    text-align:center;
}

#page-title img {
    height:60px;
    margin-bottom:-12px;
}

#body-text {
    width:75%;
    margin:25px auto;
    max-width:750px;
    font-size:22px;
}

#text {
    font-size:22px;
    text-align:center;
}

figure {
    width:40%;
    border:1px solid white;
    margin:auto;

}

#gallery-container figure {
    width:30%;
    display:inline-block;
    margin:10px;
}

figure img {
    width:100%;
}

figure figcaption {
    text-align:center;
}
