/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #fff;
  font-size: 1em;
  line-height: 1.4;
}

body {
	background-color: #dc1a21;
	text-align: center;
	font-family: 'Merriweather Sans', sans-serif;
}

img.logo {
	margin: 0px auto;
	max-width: 100%;
	width: auto;
	max-height: 100%;
}

h1 {
	font-size: 50px;
}

p {
	margin-right: auto;
	margin-left: auto;
	max-width: 500px;
	font-size: 30px;
}

p a {
	color: #fff;
	text-decoration: underline;
	text-decoration-line: underline;
	text-decoration-thickness: 3px;
}

p a:hover {
  text-shadow: 0px 0px 1px #ffffff;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
