
.handicap div {
  font-family: sans-serif;
  font-size: 0.8rem;
}
.handicap-title {
  font-weight: 600;
}

.footer {
  background-color: #f5f5f5;
  bottom: 0;
  height: 30px;
  line-height: 30px;
  position: absolute;
  width: 100%;
}

.green {background:hsla(120,100%,25%,0.3);}

.double-border {
  border: 2px solid yellow;
  outline: 2px solid blue;
  transition: 0.7s all ease-in;
}
.double-border:hover {
  outline-color: red;
  border-color: blue;
}
.handicap-table {
    font-family: sans-serif;
    font-size: 0.8rem;
}

.back27-handicap {
    background-color:hsla(50, 75%, 75%, 1);
}

div .face {
    background-color:hsla(50, 75%, 75%, 1);
}