body {
    background-color: black;
    
}

figcaption{
    color: cornflowerblue;
    text-align: center;
}
h1 {
    color: darkblue;
    -webkit-text-stroke: 1px #fff;
    text-align: center;
}

h2 {
    color:royalblue;
    text-align: center;
}

h3{
    color:royalblue;
}

p {
    color:cornflowerblue;
    text-align: center;
}

ul {
    color:blue;
    list-style-position: inside;
    text-align: center;
}

nav{
    text-align:center;
}

/* Responsive image helper: limits image width to container and keeps aspect ratio */
.responsive-photo {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.photo-wrap {
    width: 90%;
    max-width: 900px; /* prevents enormous images on very large screens */
    margin: 0 auto 1rem auto;
}
