body {background: #f4f5e5; font-size: 18px; color: #393939; font-family: "Raleway", sans-serif;}
.navbg {background: #ffffff;}
.top {background: #14457b; padding-top: 10px; padding-bottom: 10px; color: #ebe8e8; font-size: 18px;}
.nav-link {font-family:Arial, Helvetica, sans-serif; font-size: 19px; font-weight: bold; color: #14457b;}
.spot {background: #5C5392;
    background: linear-gradient(90deg,rgba(92, 83, 146, 1) 0%, rgba(153, 67, 130, 1) 100%); padding-top: 25px; padding-bottom: 25px; color: #f4f6f9; font-size: 25px; text-align: center;}
.page {margin-top: 50px; margin-bottom: 50px; text-align: justify;}
.page2 {padding-top: 100px; padding-bottom: 100px; background: #05AE85;
    background: linear-gradient(90deg,rgba(5, 174, 133, 1) 0%, rgba(118, 183, 238, 1) 100%);}
.page3 {background: #5C5392;
    background: linear-gradient(90deg,rgba(92, 83, 146, 1) 0%, rgba(153, 67, 130, 1) 100%); padding-top: 100px; padding-bottom: 100px; color: #f4f6f9; text-align: start;}
.footer {background: #5C5392;
    background: linear-gradient(90deg,rgba(92, 83, 146, 1) 0%, rgba(153, 67, 130, 1) 100%); padding-top: 100px; padding-top: 50px; padding-bottom: 75px; text-align: justify; color: #ebe8e8;}

ul {margin: 10px;}
li {margin-bottom: 10px; list-style: none;}

.btn {background: #5C5392;
    background: linear-gradient(90deg,rgba(92, 83, 146, 1) 0%, rgba(153, 67, 130, 1) 100%); font-weight: bold;}

h1{font-size: 37px; margin: 0px; padding: 0px; text-align: start; color: #4e5048; font-weight: bold; padding-bottom: 10px;}
h2{font-size: 23px; margin: 0px; padding: 0px; text-align: start; color: #037669; font-weight: normal; padding-bottom: 30px;}

.whatsapp-icon {
    position: fixed; /* Makes the icon stay in the same place on the page */
    right: 20px; /* Adjust the horizontal position from the right */
    bottom: 20px; /* Adjust the vertical position from the bottom */
    z-index: 100; /* Ensure it's on top of other elements */
    background-color: green; /* Example background color */
    color: white; /* Example text color */
    padding: 10px; /* Add some space around the icon */
    border-radius: 10%; /* Make it round */
    font-size: 30px; /* Adjust the size of the icon */
    text-decoration: none; /* Remove underline from the link */
}