body {
    /* background-color: #A39382; */
    background-color: #3b3a3a;
    font-family: 'Rubik', sans-serif;
    margin: 0px;
}

.gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #A39382 0%, rgba(0, 0, 0, 0.00) 100%, rgba(0, 0, 0, 0.00) 100%);
}

#splash-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-content {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 9999;
}

#logoImg {
    position: absolute;
    left: 1vw;
    top: 1vh;
    width: 20vw;
}

#log_area {
    font-size: 12px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 25vw;
    padding: 10px;
    height: 100%;
    background-color: #dbdad7;
}

#mainContainer {
    position: absolute;
    left: 1vw;
    top: 10vh;
    width: 72vw;
    height: 85vh;
    background-color: rgb(255, 243, 205);
    padding: 20px;
    margin: 20px;
    border-radius: 20px;
}

#title {
    font-size: 30px;
}

#menuInfo {
    font-size: 14px;
}

#subTitle {
    padding-left: 30px;
    font-size: 15px;
}

#subContainer {
    font-size: 20px;
    background-color: rgb(255, 217, 102);
    border-radius: 5px;
    padding: 10px;
    margin: 10px;
    border-radius: 30px;
}

#precondition {
    color: red;
}

.detail {
    font-size: 13px;
    padding-top: 0px !important;
    padding-left: 30px;
}

#autoSequence {
    position: absolute;
    left: 40vw;
    top: 16vh;
    color: #89690b;
    font-size: 15px;
}

#channel-info {
    display: none;
    position: absolute;
    top: 50px;
    left: 50%;
    /* Center it horizontally */
    transform: translateX(-50%);
    /* Correct offset */
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    font-size: 50px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    z-index: 9999;
}