﻿@font-face {
    font-family: 'Titillium Web Light';
    src: url('Fonts/TitilliumWeb-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.time-display {
    font-family: 'Titillium Web Light';
    font-size: 4rem;
    color: #ffffff;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}

.idle-container {
    background-color: rgba(0,0,0,1);
    border: none;
    box-shadow: none;
}

.empty-layout {
    margin: 0;
    padding: 0;
    background-color: rgba(0,0,0,1);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.idle-wrapper {
    height: 100vh;
    width: 100vw;
    cursor: pointer;
}

.header-divider {
    position: relative;
}

.header-divider::after {
    content: "";
    position: absolute;
    top: 10%;
    right: 0;
    width: 1px;
    height: 80%;
    background-color: #6c757d; /* серый */
}

