body{font-family:Arial,Helvetica,sans-serif,monospace;margin:0}*{box-sizing:border-box}.typing-con{align-items:center;background-color:#121212;color:#fff;display:flex;flex-direction:column;height:100vh;-webkit-user-select:none;-ms-user-select:none;user-select:none}.mid-con{margin-top:11rem}.Info-container{background-color:#3c3c3c;border-radius:5px;height:auto;margin:10px 0;width:800px}.words-container{border-radius:5px;display:flex;flex-wrap:wrap;min-height:100px;padding:1rem;-webkit-user-select:none;-ms-user-select:none;user-select:none;width:100%}.word-letter{color:#eee;font-size:23px;font-weight:550;letter-spacing:1.5px}.typed{color:#72deff;transition:.06s ease-in}.speed-container{font-size:1.5rem;font-weight:550;text-align:left}.tools-container{position:relative;width:100%}.click-activate{font-size:18px}.options-con{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;position:absolute;right:0;top:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.d-button{background-color:#3c3c3c;border:1px solid #3c3c3c;border-radius:2px;color:#eee;cursor:pointer;font-size:15px;padding:5px 10px;position:relative;transition:.1 ease-in}.d-button:active{background-color:#8e689a}.keyboard{background-color:#eee;border-radius:2px;bottom:5rem;color:#000;padding:10px;pointer-events:none;position:absolute;width:1000px}.keyboard-click{background-color:#4f4f4f!important;color:#fff}.simple-keyboard.hg-layout-default .hg-button.keyboard-no-border-radius{border-radius:0}@media (max-width:700px){.mid-con{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:2rem}.Info-container{width:80%}.tools-container{height:55px;width:80%}.speed-container{font-size:1rem}.options-con{bottom:0;right:auto;top:auto}.keyboard{bottom:0;width:100%}}

/*!
 * 
 *   react-simple-keyboard v3.4.72
 *   https://github.com/hodgef/react-simple-keyboard
 *
 *   Copyright (c) Francisco Hodge (https://github.com/hodgef) and project contributors.
 *
 *   This source code is licensed under the MIT license found in the
 *   LICENSE file in the root directory of this source tree.
 *
 */
/*!
 * 
 *   simple-keyboard v3.4.57
 *   https://github.com/hodgef/simple-keyboard
 *
 *   Copyright (c) Francisco Hodge (https://github.com/hodgef) and project contributors.
 *
 *   This source code is licensed under the MIT license found in the
 *   LICENSE file in the root directory of this source tree.
 *
 */.hg-theme-default{background-color:#ececec;border-radius:5px;box-sizing:border-box;font-family:HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;overflow:hidden;padding:5px;touch-action:manipulation;-webkit-user-select:none;-ms-user-select:none;user-select:none;width:100%}.hg-theme-default .hg-button span{pointer-events:none}.hg-theme-default button.hg-button{border-width:0;font-size:inherit;outline:0}.hg-theme-default .hg-button{display:inline-block;flex-grow:1}.hg-theme-default .hg-row{display:flex}.hg-theme-default .hg-row:not(:last-child){margin-bottom:5px}.hg-theme-default .hg-row .hg-button-container,.hg-theme-default .hg-row .hg-button:not(:last-child){margin-right:5px}.hg-theme-default .hg-row>div:last-child{margin-right:0}.hg-theme-default .hg-row .hg-button-container{display:flex}.hg-theme-default .hg-button{-webkit-tap-highlight-color:rgba(0,0,0,0);align-items:center;background:#fff;border-bottom:1px solid #b5b5b5;border-radius:5px;box-shadow:0 0 3px -1px rgba(0,0,0,.3);box-sizing:border-box;cursor:pointer;display:flex;height:40px;justify-content:center;padding:5px}.hg-theme-default .hg-button.hg-standardBtn{width:20px}.hg-theme-default .hg-button.hg-activeButton{background:#efefef}.hg-theme-default.hg-layout-numeric .hg-button{align-items:center;display:flex;height:60px;justify-content:center;width:33.3%}.hg-theme-default .hg-button.hg-button-numpadadd,.hg-theme-default .hg-button.hg-button-numpadenter{height:85px}.hg-theme-default .hg-button.hg-button-numpad0{width:105px}.hg-theme-default .hg-button.hg-button-com{max-width:85px}.hg-theme-default .hg-button.hg-standardBtn.hg-button-at{max-width:45px}.hg-theme-default .hg-button.hg-selectedButton{background:rgba(5,25,70,.53);color:#fff}.hg-theme-default .hg-button.hg-standardBtn[data-skbtn=".com"]{max-width:82px}.hg-theme-default .hg-button.hg-standardBtn[data-skbtn="@"]{max-width:60px}.hg-candidate-box{background:#ececec;border-bottom:2px solid #b5b5b5;border-radius:5px;display:inline-flex;margin-top:-10px;max-width:272px;position:absolute;-webkit-transform:translateY(-100%);transform:translateY(-100%);-webkit-user-select:none;-ms-user-select:none;user-select:none}ul.hg-candidate-box-list{display:flex;flex:1 1;list-style:none;margin:0;padding:0}li.hg-candidate-box-list-item{align-items:center;display:flex;height:40px;justify-content:center;width:40px}li.hg-candidate-box-list-item:hover{background:rgba(0,0,0,.03);cursor:pointer}li.hg-candidate-box-list-item:active{background:rgba(0,0,0,.1)}.hg-candidate-box-prev:before{content:"◄"}.hg-candidate-box-next:before{content:"►"}.hg-candidate-box-next,.hg-candidate-box-prev{align-items:center;background:#d0d0d0;color:#969696;cursor:pointer;display:flex;padding:0 10px}.hg-candidate-box-next{border-bottom-right-radius:5px;border-top-right-radius:5px}.hg-candidate-box-prev{border-bottom-left-radius:5px;border-top-left-radius:5px}.hg-candidate-box-btn-active{color:#444}