.restartButton{width:400px;height:400px;border-radius:200px;color:#fff;background-color:#880015;font-size:50px}.restartButton:hover{background-color:#bf001e}.ErrorMessage{color:red;font-size:30px}#app{font-family:Avenir,Helvetica,Arial,sans-serif;text-align:center;margin-top:60px}.FullScreenWrapper{display:flex;justify-content:center;align-items:center;height:100vh;width:100vw}.ContentContainer{width:700px;height:600px;margin-top:10px;background-color:#f0f0f0;border-radius:10px;box-shadow:0 0 10px rgba(0,0,0,.1);padding:20px}.LoginButton{background-color:#5f9ba8;color:#fff;border:none;width:300px;height:100px;font-weight:bolder;border-radius:5px;padding:10px 20px;font-size:24px;cursor:pointer}.LoginBox{width:100%;height:calc(100% - 100px);display:flex;justify-content:center;align-items:center;flex-direction:column}