body {
	font-family: system-ui, sans-serif;
	line-height: 130%;
	color: cornsilk;
	background-image: url("images/bgimg.png");
	margin: 1;
}

header {
	padding-top: 15px;
	background-image: url("images/subway.jpg");
	background-color: rgba(200,200,200,0.2);
	color: lightsalmon;
	height: 20vh;
}

ul {
	list-style: none;
}

footer {
	text-align: center;
}

a {
	text-decoration: none;
}
a:link {color: #ffeecc;}
a:visited {color: #fdb;}
a:hover {color: #fff;}

.flipped {
		transform: scaleX(-1);
}

main {
	font-size: 135%;
}

h1,h2 {
	text-shadow: 2px 2px 4px black;
}