
body {
	/* background-color: pink; */
	font-family: 'Raleway', sans-serif;

}

main {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Times New Roman', Times, serif;
    /* background-color: blue; */

    padding: 2vh;
    text-align: center;
}

details {
    padding: 4vw;
}
main div{
    margin: 10px;
}
img {
    background-color: blue;
}

.theCaption {
	font-size: 15px;
	font-family: Times;
	font-style: italic;
	text-align: center;
}
