.custom-layer {
    background-color: rgba(60, 159, 252, 0.7);
    position: relative;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.centered-text {
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    height: 20vh; /* Set the height to 100% of the viewport height */
}
