@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;
}

body {
  background-color: #202020;
  margin-left: 90px;
  margin-right: 90px;
}

.header {
  margin-top: 70px;
}

.header h1 {
  font-family: 'Raleway', sans-serif;
  color: #E6E6E6;
  font-size: 45px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

.header h2 {
  font-family: 'Alex Brush', cursive;
  color: #F0EC7B;
  font-size: 70px;
  font-weight: lighter;
  text-align: center;
  margin-top: -60px;
  margin-left: 25%;
  text-shadow: 6px 6px 10px #000000a8;
}

.player-one,
.player-two,
.vs {
  text-align: center;
}

.player-one img {
  width: 230px;
  height: 230px;
}

.player-two img {
  width: 230px;
  height: 230px;
}

.vs p {
  color: #E6E6E6;
  font-size: 60px;
}

.buttons-user input {
  width: 70px;
  height: 70px;
}

.buttons-user .button-rock,
.buttons-user .button-lizard {
  text-align: right;
}

.buttons-user .button-paper {
  text-align: center;
}

.buttons-user .button-lizard {
  padding-right: 30px;
  padding-top: 0;
}

.buttons-user .button-spock {
  padding-left: 30px;
  padding-top: 0;
}

.buttons-user .button-rock,
.buttons-user .button-paper,
.buttons-user .button-scissor {
  padding-bottom: 0;
}

.start-button {
  text-align: center;
}

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

.start-button #reset:hover {
  background-color: #F0EC7B;
  color: #202020;
}

.buttons-computer #computer {
  width: 70px;
  height: 70px;
}

.buttons-computer .computer {
  text-align: center;
}

.result {
  visibility: hidden;
  border: 4px solid #F0EC7B;
  width: 500px;
  height: 220px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

.result p {
  color: #E6E6E6;
  text-align: center;
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
  color: #E6E6E6;
}

.result p span {
  font-family: 'Alex Brush', cursive;
  font-size: 70px;
  color: #F0EC7B;
}

.score {
  background-color: #E6E6E6;
  margin: 0;
  padding: 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;
}
/*# sourceMappingURL=style.css.map */