
body {
  margin: 0 auto;
}

.align-player-icons,
main {
  display: flex;
  justify-content: center;
}

.align {
  display: flex;
}

.fighter-icons {
  display: flex;
  justify-content: center;
}

.align-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.block {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 35px;
}

.change-game {
  margin: 0;
  margin-top: 45px;
  color: #FFF;
  background-color: #00008B;
  border-radius: 5px;
  padding: 7px;
  font-size: 14px;
}

.blue-section {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-color: blue;
  width: 70%;
  height: 100vh;
}

.inner-header {
  margin-top: -70px;
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #FFF;
  font-size: 30px;
  margin-bottom: 1px;
}

.human-chosen-icon-border {
  border: 3px double #800000;
  border-radius: 6px;
}

.comp-chosen-icon-border {
  border: 3px double #00008B;
  border-radius: 6px;
}

.human-color {
  color: #800000;
  font-weight: bold;
}

.comp-color {
  color: ##00008B;
  font-weight: bold;
}

.choose-game {
  margin-top: -60px;
  color: #FFF;
  font-size: 20px;
}

.player-icon-size {
  width: 25%;
}

.align-icons {
  display: flex;
  justify-content: row;
  justify-content: space-evenly;
}

.fighter-icon-buttons {
  width: 25%;
  background-color: blue;
  border: 0;
}

.game-icon {
  width: 55%;
  cursor: pointer;
}

.button {
  color: #FFF;
  background-color: #00008B;
  width: 30%;
  border-radius: 5px;
}

.light-blue-section {
  display: flex;
  justify-content: center;
  background-color: #6495ED;
  width: 15%;
  height: 100vh;
}

.hidden {
  display: none;
}
