html{scroll-behavior:smooth}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,sans-serif;overflow-x:hidden;height:100%;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}body:not(.user-is-tabbing) button:focus,body:not(.user-is-tabbing) input:focus,body:not(.user-is-tabbing) select:focus,body:not(.user-is-tabbing) textarea:focus{outline:none}h1{color:white;font-size:35px;font-weight:400;margin-top:10px}.flex-container{width:100vw;margin-top:120px;display:flex;justify-content:center;align-items:center}.content-container{width:500px;height:350px}.form-container{display:flex;justify-content:center;align-items:center;width:500px;height:380px;margin-top:5px;padding-top:20px;border-radius:12px;display:flex;justify-content:center;flex-direction:column;background:#53ac59;box-shadow:5px 5px 10px rgba(0,0,0,0.199)}.subtitle{font-size:11px;color:#ffff}input{border:none;border-bottom:solid #ffff 1px;margin-bottom:30px;background:none;color:#ffff;height:35px;width:300px}.submit-btn{cursor:pointer;border:none;border-radius:8px;box-shadow:2px 2px 7px #53ac59;background:#38d39f;color:rgba(255,255,255,0.8);width:80px;transition:all 1s}.submit-btn:hover{color:rgb(255,255,255);box-shadow:none}