h1 {
  text-align: center;
  font-size: 40px;
  font-family: "Press Start 2P";
  color: #ffd133;
}

body {
  font-family: Georgia, "Times New Roman", Times, serif;
  text-align: center;
  font-size: 18px;
  color: #333;
}

#start-button {
  text-align: center;
  font-family: "Press Start 2P";
  font-size: 25px;
  color: #339cff;
  background-color: #ffd133;
  margin-top: 20px;
  border-radius: 16px;
  padding: 12px;
}

#movie-A img,
#movie-B img {
  padding: 5px;
  border: 10px solid #ffd133;
  border-radius: 5px 10px;
  height: 425px;
  width: 300px;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
}
#movie-A img:hover,
#movie-B img:hover {
  box-shadow: 6px 8px 16px 6px rgba(0, 0, 0, 0.2);
}

#vs {
  text-align: center;
  font-size: 20px;
  font-family: "Press Start 2P";
  color: #ffd133;
  background-color: #339cff;
  padding: 10px 5px;
  border-radius: 2px;
}

#vsParameter {
  position: relative;
  text-align: center;
  font-size: 14px;
  font-family: "Press Start 2P";
  color: red;
  padding: 10px 5px;
  border-radius: 2px;
  width: 200px;
  bottom: -40px;
}

#movie-summary-A,
#movie-summary-B {
  display: inline-block;
  font-family: Georgia, "Times New Roman", Times, serif;
  text-align: center;
}

ul {
  list-style: none;
}

#button-A,
#button-B {
  text-align: center;
  font-family: "Press Start 2P";
  font-size: 25px;
  color: #339cff;
  background-color: #ffd133;
  white-space: normal;
  margin-top: 50px;
  padding: 14px;
}

.movieSetContainer,
.parameterMenuContainer {
  display: inline-block;
  text-align: center;
  font-family: "Press Start 2P";
  font-size: 25px;
  color: white;
  background-color: #339cff;
  width: 400px;
  padding: 5px;
  margin-top: 35px;
}

#highscore-form {
  margin-bottom: 1em;
  display: inline-block;
  text-align: center;
  font-family: "Press Start 2P";
  font-size: 10px;
}

#movieSetMenu,
#parameterMenu {
  text-align: center;
  font-family: "Press Start 2P";
  font-size: 15px;
  color: #ffd133;
  background-color: #339cff;
  border: 2px solid #ffd133;
  padding: 1px;
}

h2 {
  text-align: center;
  font-size: 60px;
  font-family: "Press Start 2P";
  color: red;
}

h3 {
  text-align: center;
  background-color: #339cff;
  color: white;
  font-family: "Press Start 2P";
  width: 300px;
  display: inline-block;
}

#go-home {
  display: inline-block;
  text-align: center;
  font-family: "Press Start 2P";
  font-size: 25px;
  color: #339cff;
  background-color: #ffd133;
}

#header {
  margin-bottom: 30px;
  height: 90px;
  padding-top: 15px;
  width: 100%;
  background-color: #339cff;
}
#header:hover {
  cursor: pointer;
}

#game-container {
  display: none;
}

#endPage {
  display: none;
}

#movie-buttons {
  margin-top: 20px;
}

#start-container {
  margin: 0 auto;
  padding: 10px;
}

#DisplayHighScores li {
  margin-top: 20px;
  list-style: none;
  font-family: "Press Start 2P";
  font-size: 15px;
}

#gameOver {
  margin: 60px;
}

#go-home {
  margin: 50px;
}

#highscore-over {
  display: inline-block;
  text-align: center;
  font-family: "Press Start 2P";
  font-size: 10px;
  margin-bottom: 10px;
}

#movie-images {
  margin: auto 50px auto 50px;
}

.trueCenter {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#highScoresBanner,
#finalScore {
  margin: 15px;
}

#DisplayHighScores {
  margin-top: 60px;
  margin-bottom: 20px;
}

#githubDiv {
  float: left;
  padding: 5px;
  width: 3em;
  height: 3em;
}

html {
  height: 100%;
  width: 100%;
}
