.topPage{background-color:#074eae;color:#fff;display:flex;align-items:center;justify-content:space-evenly;text-decoration:underline;font-size:x-large}.home,.contact,.quote{text-decoration:none;font-weight:bolder;font-size:larger;color:#000}.logo{height:15rem;width:20rem;border-radius:5%;image-rendering:crisp-edges}*{margin:0;padding:0}body{background:no-repeat fixed center #4b4d4f url(/assets/BackGround-DLZIwK26.png);height:100%;width:100%}.footerContainer{display:flex;flex-direction:column;min-height:50vh}footer{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;background-color:#1976d2;flex:1;flex-shrink:0}footer>div{display:flex;gap:1rem}footer>div>a>img{height:2rem;width:2rem}.homeContainer{display:flex;flex-direction:column;gap:2rem;justify-content:center;align-items:center;min-height:max-content;background-color:#1976d2;margin:1rem;padding:1rem;border-radius:10px}.form-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;height:100vh}.input-area{background-color:#fff;border:thick solid black;border-radius:10px;height:5vh;width:50vw}.text-area{background-color:#fff;border:thick solid black;height:30vh;width:80vh;border-radius:10px}.btn{background-color:#1976d2;height:3rem;width:6rem;border-radius:10px;border:none;font-weight:bolder;font-size:larger;cursor:pointer}.container{background-color:#1976d2;margin:1rem;padding:1rem;border-radius:10px;justify-items:center;align-content:center;color:#fff;height:max-content}.grid-container{display:grid;grid-template-columns:1fr 2fr 1fr}
