.container {
    min-width: 300px;
    max-width: 800px;
    margin: 25px auto 20px auto;
    background: #fff;
    border-radius: 2em;
    padding: 2rem;
    box-shadow: black 0px 1px 5px -2px;
}

h1, h2, h3 {
    text-align: center;
}
h1 { font-weight: 200; }
h2, h3 { font-weight: 500; }

.logo { text-align: center; }
.logo img { width: 50%; }

body {
    font-family: Helvetica, "Helvetica Neue", Arial, Sans-Serif;
    background: #e4e4e4;
}

p { font-size: 1.2rem; font-weight: 200; }

pre {
	padding: 1.5rem;
	background: #cad4f4;
	border-radius: 1rem;
	font-weight: 300;
	font-family: "Courier New", Courier, Serif;
    box-shadow: black 0px 1px 9px -2px;
}
