* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color:antiquewhite;
    
}

html { 
    background: url(./SisG3W.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Rubik Dirt', cursive;
  }

 .game {
   font-size: 35px;
 }

.button-53,
.button-54,
.button-55 {
  background-color: #3DD1E7;
  border: 0 solid #E5E7EB;
  box-sizing: border-box;
  color: #000000;
  display: flex;
  font-family: ui-sans-serif,system-ui,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1.75rem;
  padding: .75rem 1.65rem;
  position: relative;
  text-align: center;
  text-decoration: none #000000 solid;
  width: 100%;
  max-width: 300px;
  position: relative;
  cursor: pointer;
  transform: rotate(-2deg);
  -webkit-user-select: none;
  user-select: none;
  touch-action: manipulation;
  margin-right: 50px;
  margin-top: 150px;
}

.button-53,
.button-54,
.button-55:focus {
  outline: 0;
}

.button-53:after {
    content: '';
    position: absolute;
    border: 1px solid #000000;
    bottom: 4px;
    left: 4px;
    width: calc(100% - 1px);
    height: calc(100% - 1px);
  }
.button-54:after {
    content: '';
    position: absolute;
    border: 1px solid #000000;
    bottom: 4px;
    left: 4px;
    width: calc(100% - 1px);
    height: calc(100% - 1px);
  }
.button-55:after {
  content: '';
  position: absolute;
  border: 1px solid #000000;
  bottom: 4px;
  left: 4px;
  width: calc(100% - 1px);
  height: calc(100% - 1px);
}

.button-53:hover:after {
    bottom: 2px;
    left: 2px;
}
.button-54:hover:after {
    bottom: 2px;
    left: 2px;
}
.button-55:hover:after {
  bottom: 2px;
  left: 2px;
}

@media (min-width: 768px) {
  .button-53,
  .button-54,
  .button-55 {
    padding: .75rem 3rem;
    font-size: 1.25rem;
  }
}

.options {
    display: flex;
    margin-top: 8%;
}

.title {
  font-size: 55px;
  justify-content: center;
  margin-left: 40px;
  margin-right: 30px
}


.movesleft {

  display: flex;
  margin-left: 25%;
}

.result {

  display: flex;
  justify-content: center;
  margin-top: 20%;
  padding-top: 10px;
  font-size: 50px;
}

.score {

  display: flex;
  align-items: center;

}

.move {

  display: flex;
  justify-content: center;
  margin-right: 5%;
}

.playerScore {
  
  margin-right: 50%;
}
