*{-webkit-user-select:none;-ms-user-select:none;user-select:none}body{background-color:#000;color:#fff;font-family:Courier New,Courier,monospace}.container{display:none;justify-content:center;flex-direction:column;font-size:20px;font-weight:700;cursor:none}.home{display:flex;align-items:center;flex-direction:column}.home h1{font-size:300%}.home__button{background:#fff;color:#000;padding:20px;border:30px solid black;border-radius:50%;font:inherit;font-size:30px;font-weight:700;cursor:pointer}.home__description1,.home__description2{display:flex;flex-direction:column;align-items:center;text-align:center}.scoreboard{background-color:#000;display:flex;align-self:center;justify-content:space-around;width:300px}.game{display:flex;position:relative;width:600px;height:400px;border:1px solid white;margin:0 auto;overflow:hidden;max-width:100%}.game__ball{position:absolute;width:20px;height:20px;background-color:#fff;border-radius:50%}.game__paddle{position:absolute;bottom:1px;width:80px;height:8px;background-color:#fff}
