/* #canvas-container {
  border: 10px solid black;
  background-size: cover;
  width: 100%;
  text-align:center;
} */

html, body, header, h1, h2,
main, a, img, div {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  text-decoration: inherit;
  background: transparent;
  background-color: rgb(242, 235, 235);
  font-family: 'Raleway',serif;
}

.screen {
  padding-top: 20px;
  display: flex;
  justify-content: center;
}

.instructions {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 500px;
  border: 2px solid rgb(92, 151, 224);
  padding: 0px;
  margin-right: 27px;
  margin-top: 45px;
  margin-bottom: 45px;
  background-color: "blue"
}

.instructions-container{
  display: flex;
  justify-content: center;
}

.instructions-header{
  display: flex;
  justify-content: center;
  font-size: 30px;
  margin-bottom: 0px;
}

.left-arrow-instructions,
.right-arrow-instructions,
.game-play-instructions {
  padding: 6px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.game-play-instructions {
  display: block;
}

.arrow-image {
  margin-left: 5px;
  margin-right: 5px;
}

.pancake-instructions,
.burnt-pancake-instructions {
  display: flex;
  align-items: center;
}

.burnt-pancake-instructions {
  margin-top: 10px;
}

.pancake-image,
.burnt-pancake-image {
  margin-left: 5px;
  margin-right: 5px;
}

.header {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.nav-links {
  display: flex;
  flex-direction: column;
  width: 200px;
  margin-top: 45px;
}

.linkedin-link,
.github-link {
  padding: 7px;
  padding-left: 0px;
  display: flex;
  justify-content: flex-start;
}

.linkedin-image,
.github-image {
  margin-right: 5px;
  float: left;
}


/*# sourceMappingURL=main.css.map*/