@import url(https://fonts.googleapis.com/css?family=Open+Sans);

body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  height: 100vh;
  max-width: 1400px;
  margin: 0 auto;
  color: #909090;
  background-color: #002b36;
  font-family: "Open Sans";
  font-size: 15px;
}

canvas {
  margin: 0 310px;
  border-radius: 20px;
  box-shadow: 4px 4px 4px #202020;
}

.score {
	font-size: 25px;
}

h1 {
  text-align: center;
}

.control {
	font-size: 12px;
	text-align: center;
}

.credits {
	font-size: 10px;
	text-align:center;
}

.title {
	font-size: 40px;
	text-align:center;
}