*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;font-family:"Cabin",serif;font-optical-sizing:auto;font-weight:400;font-style:normal;background-color:#fffcf7}body{line-height:1.6;color:#101010}ul,ol{list-style:none}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto}button{background:none;border:none;cursor:pointer}h1,h2,h3,h4,h5,h6{font-family:"Loved by the King",serif;font-weight:500;font-style:normal}.container{max-width:1200px;margin:0 auto;padding:0 20px}header{padding:3rem 2rem 1rem;box-sizing:border-box}header h1{text-align:center}header img{margin:40px auto;display:block;width:420px;max-width:100%}main{padding:20px 0;display:flex;justify-content:center;align-items:center;flex-direction:column}main .container{display:flex;justify-content:center;align-items:flex-start;flex-direction:row;gap:2rem;max-width:70rem}main .container .image{min-width:450px}main .container .image img{border-radius:5px;overflow:hidden}main .container .text h1{font-size:2.8rem;margin-bottom:.5rem;top:-5px;position:relative}main .container .text p{margin-bottom:1rem;font-size:1.2rem;line-height:180%;color:#4e463a}main .container .text p strong{font-weight:800}main .whatsapp{background:#25D366;color:white;display:flex;justify-content:center;gap:1rem;align-items:center;transition:all .15s ease-in-out;padding:1rem 1.5rem;border-radius:5px;font-weight:500;box-shadow:0 5px 15px rgba(0,0,0,0.1);margin-top:60px;font-size:1.2rem}main .whatsapp img{max-width:22px}main .whatsapp:hover{background:#128C7E}footer{color:#101010;padding:10px 0;text-align:center}@media (max-width:768px){main .container{flex-direction:column}}