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;
}

* {
    font-family: "Arial", Georgia, Serif;
    font-size: 20px;
    text-decoration: none;
}

.images_landscape {
    width: 900px;
    height: auto;
}
.images_portrait {
    height: 700px;
    width: auto;
}

#header {
	width: 980px;
}
#page {
	display: flex;
	flex-direction: row;
	width: 1200px;
}
#leftside {
	webkit-flex: 1;
	ms-flex: 1;
	flex: 1;
    text-align: right;
    text-decoration:none;
    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;
}
