* {
  font-family: helvetica;
  background-color: #202124;
}

body {
  font-family: Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  /* images folder not in CSs folder*/
}

.content {
  margin-left: 15%;
  width: 50%;
  padding: 5px;
  align-content: center;
}

.h2 {
  color: white;
  width: 100%;
  height: auto;
  align-content: center;
  font-size: 2rem;
  font-weight: 500;
  margin-top: 15%;
  margin-bottom: 20px;
}

.h3 {
  color: white;
  width: 100%;
  height: auto;
  font-size: 1.5rem;
  margin-top: 10px;
  padding-bottom: 10px;
}

.p {
  color: white;
  margin-top: 10px;
}

.active {
  background-color: #0b2d3d;
  font-size: 24px;
  margin-right: auto;
}

.greenText {
  color: #98ECC3;
}

img {
  height: 70px;
  width: auto;
  border-radius: 50%;
}

#container {
  width: 100%;
  justify-content: center;
  align-items: baseline;
  text-align: center;
}

.box {
  height: 50px;
  background-color: #202124;
  width: 450%;
  width: 20%;
  margin: 5px;
}

.scoreboard {
  height: 120px;
  width: 22%;
  background-color: #202124;
  border: 2px solid #98ECC3;
  font: x-large;
  text-align: center;
  display: block;
  padding: 30px;
}

.wls {
  height: 120px;
  width: 22%;
  background-color: #202124;
  justify-content: center;
  border: 2px solid #98ECC3;
  text-align: center;
  display: block;
  padding: 30px;
}

.yourScore {
  height: 120px;
  width: 22%;
  background-color: #202124;
  justify-content: center;
  border: 2px solid #98ECC3;
  text-align: center;
  display: block;
  margin: 10px 10px;
  padding: 30px;
}

.inline {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: stretch
}

.li {
  float: left;
  padding: 0;
  margin: 5px;
}

.flies {
  padding: 5px;
  display: flex;
  text-align: center;
  align-content: center;
  justify-content: space-around;
  margin-bottom: 15%;
}

.livescore {
  height: 100px;
  background-color: #202124;
  width: 50%;
  text-align: center;
}

.scoreContainer {
  display: inherit;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

@media screen and (max-width: 10000px) {
  .content {
    width: 500px;
  }
}

@media screen and (max-width: 800px) {
  .content {
    width: 500px;
  }
}

@media screen and (max-width: 768px) {
  .content {
    width: 500px;
  }
}

@media screen and (max-width: 640px) {
  .content {
    width: 300px;
  }
}

@media screen and (max-width: 440px) {
  .content {
    width: 250px;
  }
}