body {
  background-color: pink;
  color: black;
  font-family: 'Comic Sans MS', 'Chalkboard SE', 'Comic Neue', sans-serif;
}

table, th, td {
  border:5px outset;
   font-size:15px;
  margin:5px auto;
  color: black;
  padding:5px;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
  width: max-content
}

.container {
  margin: auto;
  display: grid;
  gap: 2px 2px;
  grid-template-columns: 10 auto auto;
  padding: 10px;
 justify-content: space-around;
 
}

.strokeme {
  color: red;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 2px 2px 0 #000;
}

.tipbar {
  overflow: auto;
  background-color: slateblue;
  display: flex;
  justify-content: space-around;
  
}
.tipbar p {
  float: left;
  display: block;
  color: white;
  text-decoration:none;
  text-align: center;
  padding: 1px 4px;
  font-size:15px;
}

.skeiths {
background-color: yellow;
}

.words {
background-color: cyan;
}