*{box-sizing:border-box;}:root{width:100%;height:100%;overflow-y:auto;}body{height:100%;display:flex;flex-direction:column;}#main_wrap{flex:1;display:flex;flex-direction:column;gap:1rem;height:100%;}h1{text-align:center;margin-block-end:0;}#loading_spinner_container{display:flex;align-items:center;justify-content:center;width:100%;height:100%;}#loading_spinner{border:16px solid #f3f3f3;border-top:16px solid #3498db;border-radius:50%;width:120px;height:120px;animation:spin 2s linear infinite;}@keyframes spin{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}@media screen and (min-width:800px){#keyboard{width:80%;align-self:center;}}#keyboard{display:grid;grid-template-rows:repeat(3,1fr);grid-gap:5px;margin-bottom:1rem;user-select:none;}.row{display:flex;flex-direction:row;gap:5px;justify-content:center;touch-action:manipulation;}.key{font-size:1rem;box-shadow:none;border:none;border-radius:5px;height:58px;flex:1;}.special_key{flex:1.5;}.spacer_key{flex:0.5;}#guesses{display:flex;flex-direction:column;gap:5px;flex:1;}.guess_letter{display:flex;justify-content:center;align-items:center;outline:solid 1px black;aspect-ratio:1/1;height:100%;font-size:5vmin;}.guess{display:flex;flex-direction:row;justify-content:center;gap:5px;flex:1;}#close_modal{margin-left:auto;padding:0;}#share{margin:auto;padding-left:5px;padding-right:5px;display:flex;flex-direction:row;gap:5px;}#share>.material-icons{margin-top:-2px;}#shared{margin-left:auto;margin-right:auto;margin-bottom:0;}#todays_word{margin-top:0;}