body{
  background-color: white;
  display:flex;
  flex-direction: column;
  align-items: center;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 5em;
}

canvas{
  margin: 0 auto;
}

.results{
  position: absolute;
  display:flex;
flex-direction: column;
  align-items: center;
  width: 30%;
  height: 10em;
  background-color: grey;
  color: white;
  border-radius: 10px;
  font-weight: bold;
  font-size:50px;
}

.content{
  position: absolute;
  display:flex;
  left: 0px;
  top: 0px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 5em;
}

p{
  height: 10px;
}

.okButt{
  position: absolute;
  bottom: -20px;
}

