html {

}

body {
	margin: auto;
    height: 100%;
    max-width: 65vh;
    font-family: sans-serif;
    font-size: 2vh;
    text-align: center;
    background-color: #dddddd;
}

h2 {
	margin: 0 0 .5em 0;
}

a {
	text-decoration: none;
	color: inherit;
}

.rowContainer {
    display: flex;
    flex-direction: row;
	justify-content: center;
	background-color: #e9e9e9;
	margin: 1em;
	border: 0.2em;
	border-style: solid;
	border-radius: 1em;
	border-color: #d4d4d4; 
}

.rowColumn {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 1em;
}

.screenshot {
	width: 15vh;
}
.pendulum {
	
	width: 25vh;
}