@font-face {
  font-family: Arial;
  src: local("Arial"), local("Arial");
  font-weight:400;
}
body {
  background-color: #f7f3d1;
  
  color: #000;
  font-family: Arial;
}
body a {
  color: white;
}
.container {
  margin: 0 auto;
  text-align: center;
}
canvas {
  display: inline-block;
  margin: 10px 10px;
}
.settings {
  display: inline-block;
  margin: 10px 20px;
  vertical-align: top;
  width: 320px;
}
.settings .title {
  color: #000;
  font-size: 36px;
  line-height: 54px;
  letter-spacing: 5px;
  margin-top: 20px;
}
.settings .panel {
  padding: 5px 3px;
  text-align: center;
}
.settings .panel input[type='button'] {
  background-color: #E00078;
  border-top: 4px solid #ff47aa;
  border-left: 4px solid #ff47aa;
  border-right: 4px solid #7a0041;
  border-bottom: 4px solid #7a0041;
  color: #fff;
  font-size: 22px;
  line-height: 33px;
  margin: 2px 6px;
  min-width: 88px;
  padding: 8px;
}
.settings .panel input[type='button']:active {
  color: white;
}
.settings .panel select {
  background-color: #7a0041;
  border-top: 1px solid #93004f;
  border-left: 1px solid #93004f;
  border-right: 1px solid #14000b;
  border-bottom: 1px solid #14000b;
  color: #fff;
  font-size: 22px;
  height: 55px;
  line-height: 33px;
  margin: 2px 5px;
  padding-left: 7px;
  vertical-align: top;
  width: 56px;
}
.settings .panel .x {
  color: #fff;
  display: inline-block;
  font-size: 25px;
}
footer {
  font-family: 'Lucida Grande';
  margin: 0 auto;
  margin-top: 30px;
  text-align: center;
  width: 320px;
}
