html {
	font-family: "Nunito", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 400;
	font-size: 10px;
	line-height: 1.6;
	color: #1c1c1c;
}

body {
  background-color: #ececec;
}

h1, h2 {
  padding: 0 24px;
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
}
h2 {
  max-width: 800px;
  padding-top: 12px;
  font-size: 32px;
  color: #777;
}

.container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center; 
}

.logo {
  padding: 48px 0;
  text-align: center;
}
.logo img {
  width: 62px;
}

.scoreboard {
  margin: 48px 0;
  width: 100%;
  height: 552px;
  background: url(../img/scoreboard.png);
  background-repeat: no-repeat;
  background-position: center;
}

.button {
	background:linear-gradient(to bottom,#4d96ea 5%,#4587d3 100%);
	background-color:#4d96ea;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	padding:6px 12px;
	text-decoration:none;
}

p {
  padding: 24px 24px;
  font-size: 16px;
  text-align: center;
}

p.notice{
  max-width: 400px;
}

@media only screen and (max-width: 600px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    padding-top:24px;
    padding-bottom: 6px;
    font-size: 24px;
  }
  .scoreboard {
    height: 350px;
    background-size: auto 350px;
  }
}
