:root{--gunmetal-color: #28283c;--white-color: #ffffff;--black-white: #141414;--mustard-color: #c8b400;--orange-color: #d36236;--gray-color: rgb(104, 105, 105)}body{font-family:Roboto,sans-serif;margin:0}.btn{border:none;color:var(--white-color);font-size:1.1rem;border-radius:5px;cursor:pointer;transition:all .3s ease;text-decoration:none}.btn-primary{background-color:var(--orange-color);border:none;font-size:1.1rem;padding:1rem 1.5rem;border-radius:.5rem;cursor:pointer;transition:all .3s ease}.btn-primary:hover{background-color:var(--gunmetal-color)}.btn-accept{width:45px;height:45px;background:green;font-size:1.2rem}.btn-decline{width:45px;height:45px;background:red;font-size:1.2rem}.card{display:flex;justify-content:center;align-items:center}.hero-img{width:450px;height:450px;object-fit:cover;border-radius:5px 0 0 5px;box-shadow:0 0 20px #0000001a}.form-label{font-size:1.2rem;font-weight:500;margin-bottom:.5rem}input{padding:.8rem;font-size:1rem;border:1px solid rgb(211,209,209);border-radius:5px;margin-bottom:1rem}.input-control{padding:10px;border-radius:5px;border:1px solid #ddd;background:var(--white-color)}.instruction{border-radius:0 5px 5px 0;background:var(--white-color);width:450px;height:450px;display:flex;justify-content:center;align-items:center;flex-direction:column;box-shadow:0 0 20px #0000001a}.instruction h1{font-size:2rem;font-weight:500;margin-bottom:1rem}section{display:flex;justify-content:center;align-items:center;height:100vh;background:#e9e9e9;overflow:hidden}.row{padding:1px;display:flex;justify-content:center;align-items:center;gap:15px}.note{color:var(--gray-color);font-size:1rem}section{padding:120px 0 160px;flex-direction:column;justify-content:flex-start;gap:10px;min-height:100vh}p{width:350px;color:var(--gray-color)}.form-group{width:350px;display:flex;flex-direction:column;gap:5px}.title{font-size:2rem;font-weight:700;color:var(--orange-color)}
