﻿* {
	margin: 0;
	padding: 0;
}

body {
	color: #fff;
	background-color: #111;
	font-family: "Open Sans", sans-serif;
	font-style: normal;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
}

h1 {
	font-size: 4em;
	font-weight: 300;
}

#container {
	height: 100vh;
	display: flex;
  justify-content: center;
  align-items: center;
	flex-direction: column;
}

.right {
	text-align: right;
}

.italic {
	font-style: italic;
}