body {
font-family: 'Just Another Hand', cursive;
background-color: #242E6B;
width: 100%;
background-position: top;
background-repeat: no-repeat;
background-size: cover;
padding: 5%;
}

h1, h2 {
  font-weight: 400;
  font-size: 200px;
}

#title {
  color: #FC8C93;
  line-height: 50px;
}

#question {
  display: inline;
  color: #FFFFFF;
}

#my-canvas {
  vertical-align: top;
  display: inline;
  border: 5px solid #FFFFFF;
  margin-left: 1.5rem;
}

.container {
  text-align: center;
  margin: 50px auto;
}

.btn {
  margin: 10px;
	background-color:#FFFFFF;
	border-radius:20px;
  border-width: 0;
	cursor:pointer;
	color:#242E6B;
  line-height: 70px;
	font-family:'Just Another Hand', cursive;
	font-size:70px;
  letter-spacing: 3px;
	padding:13px 32px 0 32px;
  text-align: center;
	text-decoration:none;
}

.btn:hover {
  background-color: #242E6B;
  color: #FFFFFF;
}

#message-div {
  display: flex;
  justify-content: center;
  
}

#message-p {
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: 0.15rem;
  text-align: center;
  background-color: #FC8C93;
  color: #FFFFFF;
  border-radius: 10px;
  padding: 1rem;
  text-shadow:#242E6B 3px 3px 3px;
  border: 3px white solid;
  max-width: 35%;
  flex-wrap: wrap;
}

.hidden {
  visibility: hidden;
}

.red {
  color: red;
}

.green {
  color: chartreuse;
}

.blue {
  color: #242E6B;
}