.lock-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/landing_template/img/bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    flex-direction: column;
}


.lock-icon {
    font-size: 3em;
    color: grey;
    border: 2px solid grey;
    border-radius: 10px;
    padding: 20px;
}

.lock-welcome {
    color: grey;
    font-weight: bold;
    font-size: 2em;
    font-family: Heebo, sans-serif;
    margin-bottom: 20px;
}


