body{max-width:1024px;margin:auto;background-color:#eee;font-family:"Raleway",sans-serif}.wrapper{min-height:calc(100vh - 2em);display:flex;flex-direction:column;margin:1.5em;background-color:#fff;box-shadow:1px 1px 10px rgba(0,0,0,0.05);border-radius:.3em}svg{max-width:300px}.heading{text-align:center}.quote{font-family:"Dancing Script",cursive;font-size:2em}.main-img{text-align:center}.main-img img{width:100%;aspect-ratio:1/1;object-fit:cover}.main-img .loader{display:block;margin:auto}.offers{flex-grow:1}.offers h1{text-align:center;margin:1em auto 0 auto}.booknow{background-color:orangered;color:white;padding:.5em 1.3em;border-radius:.5em;text-decoration:none;display:block;max-width:max-content;margin:1em auto}.description{padding:1.5em}.loader{border:4px solid #f3f3f3;border-top:4px solid #3498db;border-radius:50%;width:20px;height:20px;animation:spin 2s linear infinite}.footer{background-color:goldenrod;color:white;padding:1em;text-align:center;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.footer a{color:white;text-decoration:none}@media (min-width:600px){.main-img img{aspect-ratio:5/3}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}