header, section, figure, h1 {
    display: block;
}
body {
    background-color: #000000;
}
figcaption {
    text-align: left;
    font-family: "Times New Roman", Georgia, Serif;
    font-size: 16px;
    font-style: italic;
    margin: 0px;
    color: #FFFFFF;
}
a {
    color: #FFFFFF;
    text-decoration:none;
}
h1 {
    font-size: 24px;
    color: #FFFFFF;
    text-align: left;
	margin-bottom: 50px;
}
footer {
	margin-top: 75px;
    text-align: left;
    font-family: "Times New Roman", Georgia, Serif;
    font-size: 16px;
    margin: 0px;
    color: #FFFFFF;
}

.images_landscape {
    width: 620px;
    height: auto;
}
.images_portrait {
    height: 400px;
    width: auto;
}

#header {
	width: 980px;
}
#page {
	display: flex;
	flex-direction: row;
	width: 980px;
}
#leftside {
    font-family: "Arial", Georgia, Serif;
    font-size: 20px;
    text-align: right;
    width: 500px;
    margin-top: 20px;
}
#rightside {
	webkit-flex: 2;
	ms-flex: 2;
	flex: 2;
	}
#big-shadow {
    font-size: 36px;
    color: #FFFFFF;
    text-align: left;
    text-shadow: lightgreen 2px 2px 2px;
	margin-bottom: 50px;
}
#subtitle {
    text-align: left;
    font-family: "Times New Roman", Georgia, Serif;
    font-size: 20px;
    font-style: italic;
    margin: 0px;
    margin-bottom: 50px;
    color: #FFFFFF;
}

