html
{
	width: 100%;
	height: 100%;
}

body
{
	background-color: silver;
	/*background-image: url("WIPimg/2017-03-05_19.23.45.png");
	background-attachment: fixed;
	background-position: center;*/
	width: 100%;
	height: 100%;
}

h1
{
	/*width: 350px;
	margin: auto;*/
	font-family: Impact, sans-serif;
}

h2
{
	color: navy;
	font-family: Impact, sans-serif;
}

div
{
	width: 100%;
	height: 100%;
}

.myPhoto
{
	height: 100%;
}

#upperBlock
{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: baseline;
	width: 80%;
	height: 20%;
	margin: auto;
	text-align: justify;
    padding: 12px
}

#block
{
	display: flex;
	flex-direction: column;
	border: 1px solid black;
	width: 80%;
	margin: auto;
	text-align: justify;
    padding: 12px;
    background-color: rgba(255, 255, 255, 0.6);
}
