@import url('https://fonts.googleapis.com/css2?family=Fira+Code&display=swap');

body {
  background-color: aliceblue;
  text-align: center;
}

.space-holder {
  margin: 148px;
}

.container {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
  font-family: 'Fira Code', monospace;
}

h1 {
  padding: 0 1em;
}

a {
  text-decoration: none;
}

.header-container {
  padding-right: 20em;
  transform: rotate(45deg);
  margin-top: 22px;
  margin-left: -293px;
}

.header {
  display: inline-block;
}

h2 {
  margin-block-start: -2.17em;
  text-align: right;
}
h2 span {
  right: 145px;
  top: 199px;
}

h4 {
  margin: 14px 2em 0;
}

p {
  padding-right: 15em;
  transform: rotate(-45deg);
  padding-bottom: 1em;
  border-bottom-width: 79px;
  margin-left: -329px;
}

.totals {
  display: inline-block;
}

table {
  margin-left: auto;
  margin-right: auto;
  padding: 3em;
  border-spacing: 0;
  border: 1px solid grey;
  border-radius: 0.2em;
  box-shadow: inset 0 0 15px black;
  transform: rotate(45deg);
}

tbody {
  box-shadow: 0 0 2em #252222;
}

td {
  font-size: 3em;
}
.box  {
  background-color: white;
  width: 100px;
  height: 100px;
  border: 1px solid grey;
  text-align: center;
  line-height: 100px;
  display: inline-block;
  transform: rotate(135deg);
  box-shadow: 0 0 12px #252222;
}

.scores {
  transform: rotate(-45deg);
  padding-left: 13em;
  margin-top: -106px;
}

.btn-align {
  display: inline-block;
}
#clearBtn {
  padding: 10px 20px;;
  font-size: 19px;
  font-family: 'Fira Code', monospace;
  background-color: aliceblue;
  position: relative;
  left: 190px;
  bottom: 196px;
}
