* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Kanit', sans-serif;
    cursor: none;
}

body {
    display: flex;
    justify-content: center;
}

video {
    position: absolute;
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

.bg {
    position: absolute;
    height: 100vh;
    width: 100%;
    z-index: 10;
    background: rgba(0, 0, 0, 0.4);
}

.datatime {
    position: absolute;
    top: 15%;
    z-index: 11;
    text-align: center;
}

.hour-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hour-container span {
    font-size: 2.5rem;
    color: #fff;
    font-weight: bold;
    margin-left: 0.5rem;
    position: relative;
    top: 0.6rem;
}

h2 {
    font-size: 4.5rem;
    color: #fff;
    letter-spacing: 0.2rem;
    line-height: 1rem;
}

h3 {
    font-size: 2.5rem;
    color: #f5f5f5;
}

h4 {
    font-size: 1.5rem;
    color: #f5f5f5;
}

iframe {
    transform: scale(0.7) !important;

    position: absolute;
    left: -1%;
    bottom: -1%;
    transform: translate(-50%, -50%);
    z-index: 11;

    height: 450px;
    width: 320px;
}