  .content {
  max-width: 600px;
  margin: auto;
	}
  button {
    /* background: blue; */
    color: #000;
    height: 50px;
    width: 150px;
    /* position: absolute; */
    left: 320px;
    border-radius: 10px;
    padding: 5px 5px;
    margin-top: 10px;
    font-family: Oswald, Futura, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
  }
  h2 {
    text-transform: uppercase;
  }
  input {
    /* background: lightblue; */
    border-radius: 8px;
    border: none;
    padding: 15px 15px;
    margin: 15px;
    font-family: Oswald, Futura, sans-serif;
    font-size: 16px;
    font-weight: bold;
  }
  #spinButton {
    top: 510px;
  }
  #removeName {
    top: 570px;
  }
  #refresh {
    top: 630px;
  }
  #clean {
    top: 690px;
  }
  #canvas {
    /* border: 1px solid gray; */
    cursor: pointer;
  }
  #page {
    background: lightgrey;
    width: 500px;
    /* position: absolute; */
    /* top: 520px; */
    /* left: 10px; */
    border-radius: 30px;
    text-align: center;
    font-family: Oswald, Futura, sans-serif;
    font-size: 16px;
    font-weight: bold;
  }
  button:hover, input:hover {
    background-color: #ff9800;
    color: white;
    cursor: pointer;
  }