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

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

html {
	font-family: 'Lato', sans-serif;
}
body {
	background-color: #222222;
	color: white;
  text-align: center;
}

div {
  display: inline-block;
  margin: 20px;
}

div#friendcodes{
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	background-color: #ffd500;
	border: 0px;
	border-bottom: 3px solid #ccaa00;
	padding: 8px;
	border-radius: 3px;
  color: black;
}

div#friendcodes:hover{
	background-color: #c8a700;
	border-bottom: 3px solid #a08500;
}

div#friendcodes>a, a:hover {
  color: black;
}

a {
	text-decoration: none;
	color: white;
	font-weight: bold;
}
a:hover{
	color: #ffd500;
}