* {
  padding: 0;
  margin: 0;
  overflow: hidden;
  color: #282c31;
}

canvas {
  background: #eee;
  background-size: 40px, 68px;
  display: none;
  background-image: linear-gradient(to right, grey 1px, transparent 1px), linear-gradient(to bottom, grey 1px, transparent 1px);

}

h1 {
  font-weight: 400;
  font-size: 56px;
}

.modal {
  font-family: Helvetica, sans-serif;
  display: block;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.75);
}

.modal-content {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-content: center;
  background-color: #fafafa;
  margin: 15% auto;
  padding: 1%;
  border: 1px solid #888;
  border-radius: 20px;
  width: 55%;
  height: 40%;
  font-size: 24px;
}

span {
  color: #fefefe;
  background-color: #ccc;
  border: 1px solid #999;
  border-radius: 5px;
  padding: 5px 30px;
  line-height: 1.7;
}

button {
  color: #fafafa;
  font-size: 24px;
  width: 40%;
  height: 50px;
  align-self: center;
  background-color: #3bcc3b;
  outline: none;
  cursor: pointer;
  border-radius: 5px;
}

#myLosingModal {
  display: none;
}

#myWinningModal {
  display: none;
}

.footer {
  display: flex;
  justify-content: center;
}

a {
  margin: 0 30px;
}
