/* global */
*{
    font-family: "Lato", sans-serif;
    color: #5c4033;
    background-color: #FFF5EE;
}

body {
    margin: 40px;
}

ol {
    list-style-type: lower-roman;
}

ul {
    list-style-type: disc;
}

b {
    color: #5C1E2F;
}

/* links */
a {
    color: #F08080;
}

/* headings */
h1 {
    font-size: 50px;
    font-weight: 900;
}

/* captions*/
.photoCaption {
    font-size: 12px;
    text-align: center;
}

.location {
    font-size: 16px;
    padding-left: 5px;
}
/* images */
img {
    border-radius: 8px;
    display: block;
    margin: 0 auto;
}
