@import url("colors.css");
@import url("fonts.css");

body {
  font-family: "Comic Neue", cursive;

  font-weight: 400;

  font-style: normal;
  font-size: 1em;
  margin: 0;
  margin: 3em 4em 2em 4em;
  margin: 3em auto 4em auto;
  color: var(--text-primary-color);
  background-color: var(--bg-color);
  width: 720px;
}

a {
  color: var(--accent-color);
}

.content {
  font-size: 1em;
}

.section {
  display: grid;
  margin: 0em 0em;
}

.game-image {
  justify-self: center;
  width: 60%;
}