body{
  background-color: rgb(39, 78, 139);
  position: relative;
  display: block;
}

.main-container {
  margin-bottom: 100px;
}

h1{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-family: 'Bungee', sans-serif;
  color: #e2ba4b;
  text-shadow: 0px 5px 1px rgba(105, 26, 6, 0.5);
  font-size: 100px;
  text-align: center;
  margin-top: -10px;
  margin-bottom: -10px;
}

#end-result{
  max-height: 100px;
  font-family: 'Press Start 2P', sans-serif;
  font-size: 50px;
  text-align: center;
  color: white;
  text-shadow: 0px 5px 1px rgba(46, 45, 45, 0.5);
  margin: 30px;

}

#round-result{
  display: flex;
  justify-content: center;
  padding: 30px 10px;
  font-size: 44px;
  font-family: 'Press Start 2P', sans-serif;
  text-shadow: 0px 5px 1px rgba(26, 26, 26, 0.5);
  text-align: center;
}

#stance-icons{
  display: flex;
  justify-content: center;
  padding: 0;
}

.stance{
  display: flex;
  align-items: center;
  text-align: center;
  border: 10px solid black;
  border-radius: 15px;
  box-shadow: 0px 4px 3px rgba(121, 126, 131, 0.4);
  padding: .3em;
  margin: 10px;
  font-size: 140px;
  width: 150px;
  max-width: 150px;
  height: 150px;
  max-height: 150px;
}

#player-stance{
  background-color: rgb(226, 59, 59);
}

#computer-stance{
  background-color: rgb(42, 42, 218);
}

#player-vs-comp{
  display: flex;
  justify-content: center;
  font-size: 50px;
}

.pvc{
  margin-top: 40px;
  font-family: 'Press Start 2P', sans-serif;
  text-align: center;
  font-size: 22px;
  padding: 3px;
}

#player-result{
  /* -webkit-text-stroke: 1px black; */
  color: rgb(185, 65, 65);
  text-shadow: 0px 5px 1px rgba(143, 35, 8, 0.5);
}

#computer-result{
  -webkit-text-stroke: .3px rgb(0, 0, 0);
  color: rgb(15, 15, 126);
  text-shadow: 0px 5px 1px rgba(174, 61, 219, 0.5);
}

#stance-buttons{
  display: flex;
  justify-content: center;
}

.rpsbtn{
  font-family: 'Press Start 2P', sans-serif;
  width: 280px;
  /* min-width: 280px; */
  height: 80px;
  padding: 10px;
  font-size: 30px;
  margin: 20px;
  margin-top: 100px;
  border-radius: 10px;
  box-shadow: 0px 4px 3px rgba(40, 41, 42, 0.4);
  transition: .2s;
  cursor: pointer;
}
#rockbtn{
  background-color: gray;
  color: white;
}
#rockbtn:hover{
  background-color: white;
  color: gray;
}

#paperbtn{
  background-color: beige;
  color: black;
}
#paperbtn:hover{
  background-color: black;
  color: beige;
}

#scissorsbtn{
  background-color: orangered;
  color: rgb(3, 15, 85);
}
#scissorsbtn:hover{
  background-color: rgb(3, 15, 85);
  color: orangered;
}

#outcome{
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 60px;
}

#restart-btn{
  font-size: 30px;
  font-family: 'Press Start 2P', sans-serif;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0px 4px 3px rgba(117, 119, 121, 0.4);
  margin-bottom: 2em;
  transition: .1s;
  cursor: pointer;
}
#restart-btn:active{
  color: white;
  background-color: black;
}

footer{
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 5vh;
  font-size: 20px;
  font-family: sans-serif;
  color: white;
  background-color: rgb(26, 49, 87);
  list-style: none;
}

footer ul{
  padding: 0;
  list-style: none;
}

footer li{
  display: inline;
  list-style: none;
}

footer a{
  margin-left: 5px;
  color: white;
  text-decoration: none;
  transition: .2s;
}
footer a:hover{
  color: rgb(10, 102, 10);
}

@media screen and (max-width: 1250px) {
  h1 {
    font-size: 60px;
  }

  #end-result {
    font-size: 35px;
  }

  #round-result {
    font-size: 33px;
  }

  .rpsbtn {
    font-size: 25px;
    min-width: 200px;
  }
}

@media screen and (max-width: 850px) {
  h1 {
    font-size: 50px;
  }

  #end-result {
    font-size: 25px;
  }

  #round-result {
    font-size: 22px;
    padding: 10px 5px;
  }

  .stance-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 250px;
  }

  .stance {
    width: 100px;
    height: 100px;
    font-size: 100px;
  }

  .rpsbtn {
    margin: 0 5px;
    margin-top: 50px;
    height: 100px;
    min-width: 100px;
    padding: 3px;
    font-size: 20px;
  }

  #restart-btn {
    font-size: 20px;
  }

}

@media screen and (max-width: 630px) {
  h1 {
    font-size: 28px;
  }

  #end-result {
    font-size: 18px;
    line-height: 25px;
  }

  .stance {
    width: 100px;
    height: 100px;
    font-size: 80px;
  }

  .pvc {
    font-size: 15px;
  }

  .rpsbtn {
    font-size: 12px;
  }

  #restart-btn {
    margin-top: -1em;
    padding: 20px;
  }


}