* {
    margin: 0;
    padding: 0;
}

.pc {
    display: block;
}

.mobile, .none {
    display: none;
}

.player-bi {
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 0;
    object-fit: cover;
}

.player-overlay {
    background: rgb(28 35 47 / 50%);
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 1;
}

.player-content {
    width: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}

.clock {
    width: auto;
    font-size: 60px;
    text-align: right;
    margin: 80vh 40px 0 0;
}

.tik {
    opacity: 1;
    transition: opacity 1s ease;
}

.tak {
    opacity: 0.3;
}

.pretty-font-red {
    color: rgba(255, 255, 255, 0.56);
    text-shadow: 0 0 1px hsl(0, 36%, 87%),
    0 0 16px hsla(0, 100%, 52%, 0.6),
    0 0 30px hsl(312, 62%, 46%),
    0 0 60px #5e0202;
    font-family: "VT323", monospace;
}

.pretty-font-orange {
    color: rgba(255, 255, 255, 0.56);
    text-shadow: 0 0 1px hsl(0, 36%, 87%),
    0 0 16px hsl(29, 100%, 49%),
    0 0 30px hsl(31, 100%, 63%),
    0 0 60px #772602;
    font-family: "VT323", monospace;
}

.radio-list {
    display: flex;
    flex-direction: column;
    padding: 20px 0 10px 10px;
}

.radio-station {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.radio-station-label {
    width: 70px;
    height: 30px;
    margin-right: 5px;
    cursor: pointer;
}

.station-container {
    position: absolute;
    z-index: 2;
    left: calc(5vw);
}

.weather-container {
    width: auto;
    font-size: 50px;
    text-align: right;
    margin-right: 10px;
    height: 60px;
}