@import url(https://db.onlinewebfonts.com/c/93a467f70a3e7b27a9b52a686f351dbe?family=DIN+Next+LT+Pro+Regular);
body {
  max-height: 500px;
  background-color: #1d1d1b;
  color: beige;
  font-family: "DIN Next LT Pro Regular";
}

h1 {
  color: blue;
  text-align: center;
}
h1 a {
  text-decoration: none;
  font-size: 18px;
}

.scores {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}
.scores h2 {
  margin-block-start: 0;
  border-top: 1px white solid;
  width: 40%;
  text-align: center;
  padding-top: 4em;
}
.scores .no-border {
  border-top: none;
}

.score {
  width: 40%;
  display: flex;
  flex-direction: row;
  border-top: 1px solid #ddd;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  min-height: 69px;
  padding: 0;
}
.score p {
  margin: 0 0.5em;
  font-family: "DIN Next LT Pro Regular";
}
.score .finalScore {
  font-family: "DIN Next LT Pro Regular";
  font-size: 20px;
  margin-bottom: 2em;
  width: 10%;
  text-align: center;
  background-color: #3c3c3b;
}
.score h2 {
  font-family: "DIN Next LT Pro Regular";
}
.score .team1 {
  width: 18%;
  text-align: end;
}
.score .team2 {
  width: 25%;
  text-align: start;
}

@media (max-width: 1024px) {
  .score {
    width: 50%;
  }
}/*# sourceMappingURL=result.css.map */