a {
    text-decoration: none;
    color: #458d79;
    text-align: center;
    text-size-adjust: 100%;
    font-size: 2.2em;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    padding-top: 20px;
}

/* Style the video: 100% width and height to cover the entire window */
#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

.content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;    
    background-color: rgb(50 144 119 / 17%);
    border-radius: 10px; 
}

.responsive {
    width: 100%;
    height: auto;
}

.whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000; /* Ensure it stays on top of other elements */
}	
