* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    user-select: none;
    font-family: 'Segoe UI';
}

::-webkit-scrollbar {
    display: none;
}

.seo-content {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.container {
    width: 100%;
    height: 100vh;
    padding-top: 50px;
    background-color: hsl(0, 0%, 7%);
    background-image: url(wallpaper.jpg);
    background-position: center;
    background-size: cover;
    color: hsl(0, 0%, 100%);
    text-align: center;
}

#time {
    font-size: 100px;
    font-weight: 500;
}

#date {
    font-size: 20px;
    font-weight: 400;
    margin-top: -10px;
}
