@import url('https://fonts.googleapis.com/css?family=Amatic+SC');

html, body {
	font-family: "Helvetica Neue";
  font-weight: 300;
  color: #555;
  margin: 20px;
  text-align: center;
}

a {
  color: #aaa;
  text-decoration: none;
  font-size: .8em;
  font-style: italic;
}

div {
  margin: auto;
}

h1 {
	font-family: 'Amatic SC', cursive;
	font-size: 3em;
}

div.content {
  margin: auto;
	text-align: center;
}

div.buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

button {
  margin: 10px;
  padding: 10px;
  font-size: 1em;
  background: rgba(5, 150, 255, 1);
  color: #fff;
}

div.logo {
  width: 200px;
  margin: auto;
}

div.credits {
  margin: 70px 0 15px 0;
  width: 50%;
  float: left;
  text-align: left;
}

div.copyright {
  margin: 70px 0 15px 0;
  width: 50%;
  float: right;  
  text-align: right;
}

div.copyright img {
  height: 22px;
  margin-left: 5px;
  vertical-align: bottom;
}

div.copyright a {
  font-style: normal;
  font-weight: bold;
}