body{
  background: #000;
}
.btn{
  background: #18d26e;
  border: none;
  border-radius: 4px;
  transition: 0.5s ease-in-out;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.btn:hover{
  background: #000;
  color: #fff;
  border: 1px dotted #18d26e;
}
.input-btn{
  padding: 10px 15px;
  background: #18d26e;
  border: none;
  border-radius: 4px;
  transition: 0.5s ease-in-out;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.input-btn:hover{
  letter-spacing: 1px;
}
.text-center h1{
  color: #fff;
}
#message{
  color: #fff;
}
h3{
  color: #fff;
}
.fa-hand-rock,
.fa-hand-paper,
.fa-hand-scissors {
  font-size: 4rem;
  font-weight: bolder;
  cursor: pointer;
}

.modal-body ul li i {
  font-size: 1.5rem;
  font-weight: 500;
}

.boards,
.select {
  display: none;
}

#playerSide,
#computerSide {
  height: 200px;
}

html, body {
  height: 100%;
}

footer {
  clear: both;
  border: 1px groove #aaaaaa;
  background: blue;
  color: White;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  line-height: normal;
  margin: 0;
  position: fixed;
  bottom: 0px;
  width: 100%;
}

@media (height: 812px){
  .col-6 h1{
    font-size: 30px;
  }
}