#container,#spinner-overlay{position:fixed;top:0;left:0}.button,textarea{background-color:rgba(0,0,0,.3);backdrop-filter:blur(3px);transition:.3s}body{font-family:AblazeFont;margin:0;padding:0;overflow:hidden}#spinner-overlay{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:radial-gradient(ellipse at bottom,#1b2735 0,#090a0f 100%);z-index:9999;transition:opacity .5s}.spinner{border:4px solid rgba(255,255,255,.3);border-radius:50%;border-top:4px solid #fff;width:40px;height:40px;animation:1s infinite spin}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}#content{padding:20px}#spinner-overlay.hidden{opacity:0;pointer-events:none}@font-face{font-family:AblazeFont;src:url(../font/SansSerifFLF.otf)}#container{width:100vw;height:100vh;z-index:-1}textarea{color:#fff;width:300px;height:100px;resize:none;border:3px solid transparent;border-radius:5px}textarea::placeholder{font-family:AblazeFont;font-size:14px;text-align:center}.button:hover,textarea:hover{box-shadow:0 0 2px #0cf}.containers{margin:10% auto 20%;text-align:center;color:#fff;width:80%;max-width:400px;top:100px}.row{margin-top:20px}.about{margin-bottom:50px}.button{margin:auto;width:76%;height:30px;border:3px solid transparent;border-radius:5px;cursor:pointer}.send{margin-top:2%}@media only screen and (max-width:600px){.containers{margin-top:50%;margin-right:auto;margin-left:auto;width:90%}textarea{width:90%}.row:last-child{margin-bottom:20%}}@media only screen and (max-width:1000px) and (orientation:landscape){.containers{margin-top:0;margin-right:auto;margin-left:auto;width:90%}}@media only screen and (max-height:360px) and (orientation:landscape){body{overflow:visible}.containers{margin-right:auto;margin-left:auto;width:90%}}