body {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #2d3c49;
}

img {
      max-width: 100%;
}

header {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}
h1 {
  margin-bottom: 5px;
  margin-top: 5px;
}
.stats {
  font-weight: bold;
  color: blue;
  margin-bottom: 0;
}
.bites {
  margin-right: 20px;
}
.canvas_div {
  margin-top: 0;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: auto;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal_content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 450px; /* Could be more or less, depending on screen size */
    text-align: center;
    font-size: 18px;
    border-radius: 20px;
    border-width: 5px;
    border-color: blue;
}
.play_again {
	height: 50px;
	width: 300px;
	font-size: 18px;
  font-weight: bold;
	margin-left: 2px;
	background-color: #000000;
	color: #FFFF00;
	padding: 0px;
	vertical-align: middle;
	border-radius: 10px;
	line-height: 10px;
	}

a {
  text-decoration: none;
  color: blue;
}

a:hover {
  text-decoration: underline;
  color: red;
}

footer {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 14px;
}
