.App{min-height:100vh;background-size:cover;background-position:center;display:flex;justify-content:center;align-items:center}.container{min-width:50%;min-height:300px;background-color:#fffc;padding:2rem;border-radius:1rem}.countdown-container{display:flex;justify-content:center;align-items:center;gap:2rem;height:200px}*{margin:0;padding:0;font-family:Helvetica;box-sizing:border-box}body{min-height:100vh}.home h2{text-align:center;font-size:1.6rem;margin-bottom:1rem}.countdown-form{display:flex;flex-direction:column;gap:1rem;max-width:400px;margin:0 auto}.countdown-form label{display:flex;flex-direction:column;gap:.5rem}.countdown-form span{font-weight:700}.countdown-form input{padding:.5rem;border-radius:4px;border:1px solid #aaa}.countdown-form input[type=color]{padding:2px}.countdown-form input[type=submit]{background-color:#000;color:#fff;font-weight:700;width:120px;padding:.8rem;cursor:pointer;opacity:.8;transition:.4s}.countdown-form input[type=submit]:hover{opacity:1}.title{text-align:center;margin-bottom:1rem;font-size:2.4rem}.counter{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.counter-number{background-color:#000;color:#fff;padding:1rem;border-radius:.7rem;font-size:4rem;font-weight:700;min-width:80px;text-align:center}
