body {
  font-family: monospace;
  padding: 0;
  margin: 0;
}

#main-container {
  background-image: url(images/bg.jpg);
  width: 100%;
  height: 704px;
  display: flex;
  flex-wrap: wrap;
}

h1 {
  color: yellow;
  text-align: center;
}

p {
  color: yellow;
  text-align: center;
  font-size: 1.3em;
}

div img {
  width: 70%;
  padding-left: 2%;
  margin-left: 15%
}

canvas {
  margin-top: 5%;
  padding-top: 5%;
}

.button-container {
  display: flex;
  justify-content: space-around;
  padding: 10px 0;
}

#start-button {
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
  color: yellow;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 40px;
  padding-right: 40px;
  background-color: #374874;
  border-color: #374999;
  border-width: 3px;
  border-style: solid;
}


#restart-button {
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
  color: yellow;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 40px;
  padding-right: 40px;
  background-color: #374874;
  border-color: #374999;
  border-width: 3px;
  border-style: solid;
}