body { overscroll-behavior: contain; }
/*canvas {
 background: #ffffff;
 margin: 0;
 padding: 0;
 display: block;
 margin: auto; 
}*/
#myCanvas { border: 4px solid #4b4b4b; margin-left: auto; margin-right: auto; }

#wordlist-main { text-align: center; overflow: auto; }
#wordlist-main ul { list-style:disc; /*margin: 0px; padding: 0px;*/ }
#wordlist-main li { float: left; text-transform: uppercase; /*font-size: 3rem;*/ margin: 0.2em 0.5em; color: #000; }

#wordsearch-right { text-align: center; }
#wordlist-right ul { list-style: none; margin-left: 0px; padding-left: 0px; }
#wordlist-right li { margin-left: 0px; padding-left: 0px; font-size: 1.2em; text-transform: uppercase; font-weight: bold; color: #000; }

#main-blurb { clear: left; }
#main-blurb h1 { margin-top: 1em; }
#main-blurb p { text-align: left; }
#main-blurb img { padding: 0.5em; border-radius: 1em; }

.curved { border-radius: 10px; }

.strikeout {
  color: #ddd !important;
  text-decoration: line-through;
  text-decoration-color: red;
  text-decoration-thickness: 2px; 
}

#sound_option { height: 1em; }