.container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:90vh;text-align:center;font-family:Arial,sans-serif}.welcometitle{font-size:1.5rem;font-weight:700;color:#333;margin-bottom:1rem}.backgroundImage{position:fixed;top:25;left:0;right:0;bottom:0;width:100%;height:100%;background-image:url(/images/backgroundHome.png);background-size:contain;background-repeat:no-repeat;background-position:100%;z-index:-1}.content{text-align:center;z-index:1;margin-top:-400px}.description{font-size:1.3rem;color:#555;margin-bottom:2rem;margin-left:10rem;margin-top:-6rem}.calculateButton{display:flex;width:219px;height:56px;padding:16px;justify-content:center;align-items:center;gap:8px;border-radius:8px;background:var(--brand-600-main,#078539)}.calculateButton:hover{background:var(--brand-600-hover,#07652c)}.buttonText{font-size:1.2rem;font-weight:700;color:#023a0d;margin-bottom:80px}body{margin:0;padding:0;overflow:hidden;position:relative;font-family:arial;font-size:16px;background:#fff;color:#000}*,:after,:before{-ms-box-sizing:border-box;box-sizing:border-box}