#navbar-container{display:flex;height:5vh;background-color:#fff;opacity:.35}.navbar{display:flex;align-items:center;margin-left:1rem;gap:2rem;color:#000}.nav-link{text-decoration:none;color:#056700}.nav-link:hover{color:gray}#home{margin-top:2rem}#greeting{display:flex;justify-content:center;align-items:center}#header{text-shadow:1rem 1rem .8rem rgba(16,68,25,.5);color:#160b2c}#button-container{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;margin-top:1rem}.button{width:10rem;height:2rem;border-radius:10%;border-width:0rem;background-color:#79d4b6;box-shadow:.5rem .5rem 1rem #084a34;cursor:pointer}#form-section{display:flex;justify-content:center;align-items:center;height:30vh;margin-top:1.5rem}#form-container{background-color:#269552;color:#fff;width:20rem;padding:.5rem 2rem 2rem;border-radius:5%;box-shadow:0 2rem 2rem #15050533}#form-header{display:flex;justify-content:center;align-items:center;font-size:1.5rem}#submit-button{margin-top:1.5rem;width:100%;background-color:#00a173;color:#fff;border:none;padding:.7rem;border-radius:5%;box-shadow:0 .5rem 1rem #0003;cursor:pointer;font-size:1rem}@media(max-width:576px){#form-container{width:17rem;padding:0rem 1.5rem 1.5rem 1.3rem;margin-top:5rem}}#input-row{display:flex;align-items:center;margin-bottom:1rem}.label{text-align:left;width:6rem}.input-field{background-color:#d4f8de;margin-right:1rem;box-shadow:2px 2px 5px #0000004d;border-radius:6%;width:80%;height:1.2rem;border:none;outline:none}
