.main {
  /* display: flex; */
  /* justify-content: flex-start; */
}

.inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.title {
  font-size: 40px;
  align-self: center;
  font-family: sans-serif;
  color: teal;
}

.instruction {
  position: absolute;
  top: 135px;
  flex-wrap: wrap;
  align-self: flex-start;
}

.game {
  height: 500px;
  width: 500px;
  align-self: center;
  border: 1px solid black;
  position: relative;
  opacity: 100%;
}

body {
  background-image: url("https://github.com/jiminey/AltSnake/blob/master/example/background.jpg?raw=true");
}

.word {
  font-family: sans-serif;
}

a:link {
  color: teal;
  font-size: 20px;
  text-decoration: none;
}

.fa-linkedin-in:before {
  content: "\f0e1";
  color: teal;
}
.fa-github-square:before {
  content: "\f092";
  color: teal;
}
