body {
    font-family: Arial, sans-serif;
    background-color: #f9f9f9;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; /* Add this to center everything vertically */
    height: 100vh;
}

/* Styling for the text above the container */
.page-title {
    text-align: center;
    margin-top: -50px;
    margin-bottom: 25px;
}


.page-title p {
    font-size: 16px;
    color: #8e8e8e;
}

.container {
    background-color: #fff;
    width: 55%;
    padding: 30pt;
    text-align: center;
    box-shadow: 0vh 0vh 2vh rgba(0, 0, 0, 0.1);
    border-radius: 10pt;
}

.logo {
    padding: 2vh;
    margin: 10pt 0;
}

.logo-img {
    width: 55%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.separator {
    margin: 20pt 0;
    height: 2pt;
    background-color: #ec6e00;
}

.contact-info {
    margin-top: -5vh;
    padding-top: 2vh;
}

.whatsapp-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #25D366;
    color: white;
    padding: 10px 20px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 4vh;
}

.whatsapp-logo {
    margin-right: 8pt;
    vertical-align: middle;
}

.contact-details {
    margin-top: 4vh;
    font-size: 16px;
}
