/* oxygen-300 - latin */
@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/oxygen-v10-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
	   url('../fonts/oxygen-v10-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('../fonts/oxygen-v10-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
	   url('../fonts/oxygen-v10-latin-300.woff') format('woff'), /* Modern Browsers */
	   url('../fonts/oxygen-v10-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('../fonts/oxygen-v10-latin-300.svg#Oxygen') format('svg'); /* Legacy iOS */
}

* {
	font-family: 'Oxygen';
	font-style: normal;
	font-weight: 300;
	font-size: 1.2rem;
	background-color: #ecf4f3;
	color: #212121;
}

a {
	color: #0d7377;
	text-decoration: none;
	letter-spacing: normal;
	transition: 0.2s;
}

a:hover {
	color: #32e0c4;
	text-decoration: none;
	letter-spacing: 1px;
}

h1 {
	font-size: 4rem;
	margin-bottom: 0;
	margin-top: 1rem;
}

h2 {
	font-size: 1.75rem;
}

.container {
	display:flex;
	justify-content:center;
	align-items:center;
	margin: 1rem;
}

.content {
	margin-left: auto;
	margin-right: auto;
}