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

.results {
  text-align: center;
}

.win {
  color: rgb(17, 231, 17);
}

.lose {
  color: red;
}

.matchup {
  text-align: center;
  display: flex;
  align-items: center;
}

.matchup div {
  width: 100px;
}

.results h2 {
  text-decoration: underline;
}

h4 {
  text-decoration: underline;
}
