body {
    background-color: #000000;
    margin: 0px;
    overflow: hidden;
}

#info {
    position: absolute;
    top: 0px; width: 100%;
    color: #ffffff;
    padding: 5px;
    font-family:Monospace;
    font-size:13px;
    font-weight: bold;
    text-align:center;
}
#info button{
    margin-top: 10px;
    padding: 6px 10px;
    color: #FFF;
    outline: none;
    border: 0;
    background: #f96733;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    user-select: none;
    cursor: pointer;
}

#intro{
    width: 70%;
    height: auto;
    padding: 2em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #FFF;
    border-radius: 10px;
    display: none;
}

.intro-content{
    position: relative;
}
.intro-content-close{
    position: absolute;
    top: -15px;
    right: -15px;
    cursor: pointer;
}
#intro-content-text{
    display: flex;
    justify-content: center;
}

@media (max-width:768px)  {
    #intro-content-text iframe{
        width: 288px !important;
        height: 162px !important;
    }
}

#footer-center {
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: 0px;
    color: #ffffff;
    text-align: center;
    font-size: 13px;
}
#footer-right {
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #ffffff;
    padding: 5px;
    font-family:Monospace;
    font-size:13px;
    font-weight: bold;
    text-align:center;
}

#footer .skipbtn{
    margin-top: 10px;
    padding: 6px 10px;
    color: #FFF;
    outline: none;
    border-color: #FFF;
    background: #eeeeee3b;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    user-select: none;
    cursor: pointer;
}