body {
  background-color: #97b4d1;
  font-family: monospace;
}

h1 {
  text-align: center;
  font-size: 40px;
}

footer {
  text-align: center;
  font-size: 20px;
}

.btn-group .button {
  background-color: #dbd32e;
  border: 1px solid black;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  padding: 14px 25px;
  float: left;
  margin: auto;
  width: 25%;
}

a:link, a:visited, a:hover, a:active {
    color: white;
    text-align: center;
    text-decoration: none;
}

.btn-group .button:not(:last-child) {
  border-right: none; /* Prevent double borders */
}

.btn-group .button:hover {
  background-color: #3e8e41;
}

#chessboard {
  margin-top: 5%;
}

#myCanvas {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
  max-width: 1050px;
  max-height: 600px;
}

#promote {
  display: none;
}

#eventBox {
  display: block;
  margin-left: 25%;
  margin-right: 25%;
  border: 3px solid black;
  text-align: center;
  font-size: 32px;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
