body {
  background-image: url(https://prism-rivieras-dumpster.neocities.org/RecipeBook/Cogs/cogsbg.png);
  color: black;
  font-family: verdana;
}

table, th, td {
  background-image: url(.);
  border:5px solid;
   font-size:15px;
  margin:5px auto;
  color: black;
  padding:5px;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
  width: max-content
}

.tipbar {
  overflow: auto;
  background-color: slateblue;
  display: flex;
  justify-content: space-around;
  
}

.container {
  margin: auto;
  display: grid;
  gap: 2px 2px;
  grid-template-columns: 10 auto auto;
  padding: 10px;
 justify-content: space-around;
 
}

.strokeme {
  color: Magenta;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.Paper{
  background-image: url(https://prism-rivieras-dumpster.neocities.org/1ImageHub/Backgrounds/poison.png);
}

.Note{
  background-image: url(https://prism-rivieras-dumpster.neocities.org/RecipeBook/Cogs/cognotefaded.png);
}