* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.container {
  display: flex;
  background: #ffffff8c;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  /*min-width: 700px;
  min-height: 500px;*/
  border-radius: 5%;
  margin: auto;
}

table {
  border-collapse: collapse;
  margin: auto;
  width: 80vh;
  height: 80vh;
  max-width: 80vw;
  max-height: 80vw;
}

td {
  background-color: #666;
  background-size: 110%;
  border: 5px solid white;
  font-size: 10vh;
  color: #fff;
  border-radius: 10%;
  width: 30%;
  height: 30%;
}

#player {
  padding: 1rem;
}

body {
  display: flex;
  background: #eee url('/img/sloths/sloth-2834796_960_720.jpg') no-repeat
    center center/cover;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  font-family: sans-serif;
}