/* adding css from  sass pre-compiler*/
@import url("https://fonts.googleapis.com/css2?family=Alex+Brush&family=Raleway:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

[class*="col-"] {
  float: left;
  padding: 15px;
}

/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}

@media only screen and (min-width: 600px) {
  /* For tablets: */
  .col-s-1 {
    width: 8.33%;
  }
  .col-s-2 {
    width: 16.66%;
  }
  .col-s-3 {
    width: 25%;
  }
  .col-s-4 {
    width: 33.33%;
  }
  .col-s-5 {
    width: 41.66%;
  }
  .col-s-6 {
    width: 50%;
  }
  .col-s-7 {
    width: 58.33%;
  }
  .col-s-8 {
    width: 66.66%;
  }
  .col-s-9 {
    width: 75%;
  }
  .col-s-10 {
    width: 83.33%;
  }
  .col-s-11 {
    width: 91.66%;
  }
  .col-s-12 {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-m-1 {
    width: 8.33%;
  }
  .col-m-2 {
    width: 16.66%;
  }
  .col-m-3 {
    width: 25%;
  }
  .col-m-4 {
    width: 33.33%;
  }
  .col-m-5 {
    width: 41.66%;
  }
  .col-m-6 {
    width: 50%;
  }
  .col-m-7 {
    width: 58.33%;
  }
  .col-m-8 {
    width: 66.66%;
  }
  .col-m-9 {
    width: 75%;
  }
  .col-m-10 {
    width: 83.33%;
  }
  .col-m-11 {
    width: 91.66%;
  }
  .col-m-12 {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  /* For desktop: */
  .col-l-1 {
    width: 8.33%;
  }
  .col-l-2 {
    width: 16.66%;
  }
  .col-l-3 {
    width: 25%;
  }
  .col-l-4 {
    width: 33.33%;
  }
  .col-l-5 {
    width: 41.66%;
  }
  .col-l-6 {
    width: 50%;
  }
  .col-l-7 {
    width: 58.33%;
  }
  .col-l-8 {
    width: 66.66%;
  }
  .col-l-9 {
    width: 75%;
  }
  .col-l-10 {
    width: 83.33%;
  }
  .col-l-11 {
    width: 91.66%;
  }
  .col-l-12 {
    width: 100%;
  }
}

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

.main-title {
  visibility: hidden;
}

.col col-m-7 {
  padding-bottom: 30px;
}

.buttonsall {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.buttons {
  font-family: 'Raleway', sans-serif;
  background-color: #202020;
  border: 2px solid #F0EC7B;
  font-size: 24px;
  padding: 10px 20px;
  color: #E6E6E6;
}

body {
  background-color: #201f20;
  margin-left: 90px;
  margin-right: 90px;
  color: white;
  font-size: 24px;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 45%;
  padding-top: 60px;
  padding-bottom: 15px;
}

#PlayerTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cardpx {
  width: 120px;
  display: inline-block;
}

#output {
  font-family: 'Raleway', sans-serif;
  text-align: center;
  border: 2px solid #F0EC7B;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 30%;
  padding-top: 60px;
  padding-bottom: 30px;
  font-size: 24px;
  padding: 10px 20px;
  color: #E6E6E6;
}

.score {
  background-color: #E6E6E6;
  margin: 0;
}

.score p {
  color: #202020;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  text-align: center;
}

.score .text {
  font-size: 24px;
  padding-bottom: 30px;
}

.score .number {
  font-size: 60px;
  padding-bottom: 0;
  margin-bottom: 0;
}

.footer {
  padding-top: 60px;
  padding-bottom: 80px;
}

.footer p {
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-size: 24px;
  padding-bottom: 16px;
  color: #E6E6E6;
  margin-left: 60px;
}

.footer a {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  text-decoration: none;
  color: #E6E6E6;
  padding-left: 60px;
}

.footer a:hover {
  text-decoration: underline;
  color: #F0EC7B;
}

result column col-m-12 {
  margin-bottom: 20px;
}
/*# sourceMappingURL=tester.css.map */