
body{
margin:0;
font-family:Arial, sans-serif;
background:black;
color:#f5c542;
text-align:center;
}

.container{
min-height:100vh;
display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
padding:20px;
}

.logo{
width:200px;
}

.tagline{
font-size:20px;
margin-top:10px;
font-style:italic;
}

.button{
margin-top:30px;
background:#f5c542;
color:black;
padding:14px 28px;
border-radius:10px;
font-weight:bold;
display:inline-block;
}

.floating{
position:fixed;
bottom:20px;
right:20px;
background:#f5c542;
color:black;
padding:12px 20px;
border-radius:30px;
font-weight:bold;
box-shadow:0 10px 25px rgba(0,0,0,0.5);
}

.booking{
width:100%;
height:4000px;
}

.booking iframe{
width:100%;
height:100%;
border:none;
}
