body, html {
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
    margin: 0;
    font-family: Arial, sans-serif;
    overflow: hidden;
}

.lock-screen {
    height: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    font-size: 72px;
    user-select: none;
    touch-action: pan-y;
    justify-content: flex-start;
}

.bottom-bar {
    height: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}


.arrow {
    font-size: 48px;
    margin-bottom: 10px;
    transition: transform 0.2s ease; /* Voeg deze regel toe */
}

.text {
    font-size: 18px;
    margin-bottom: 20px;
}

.clock {
    font-size: 72px;
    text-align: center;
    margin-top: 120px;
    color: #000; /* Zwart */
}
.date {
    font-size: 24px;
    color: #000;
}