body{background-image:url(/assets/backgroundImage-BocVvvwo.jpg);background-repeat:no-repeat;background-size:100vw;object-fit:cover;width:100vw;height:100vh;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center}h1{text-align:center;font-family:Arial,Helvetica,sans-serif;font-size:3rem}.card{box-shadow:1px 1px 10px 10px #0009;border-radius:25px;width:300px;height:350px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;background-color:#00000080;color:#fff}.card li{margin:0;padding:0}ul{list-style:none;padding:0;display:flex;flex-direction:column;align-items:center}form{display:flex;gap:10px}form label{font-family:Arial,Helvetica,sans-serif}form input{border-radius:5px;border:1px solid black}form button{border-radius:5px;border:none;background-color:#000;color:#fff;font-family:Arial,Helvetica,sans-serif;padding:0 10px}.critical{background-color:red;width:100%;height:30px}.problem{background-color:orange;width:100%;height:30px}.alright{background-color:green;width:100%;height:30px}
