﻿RoundDisplay {
    position: absolute;
    justify-content: center;
    width: 100%;
    height: 100%;

    > .container {
        background-color: black;
        border-radius: 8px;
        margin-top: 48px;
        justify-content: center;
        align-items: center;
        width: 400px;
        height: 48px;

        > .logo {
            position: absolute;
            background-image: url( textures/ui/logo.png );
            background-size: cover;
            width: 160px;
            height: 80px;
            left: 33%;
        }

        > .name {
            position: absolute;
            font-family: LilitaOne;
            font-size: 30px;
            color: linear-gradient(180deg, #FCEE21, #FBB03B);
            left: 16px;
        }

        > .time {
            position: absolute;
            font-family: LilitaOne;
            font-size: 30px;
            color: linear-gradient(180deg, #FCEE21, #FBB03B);
            right: 16px;
        }
    }
}
