.default h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    z-index: 1;
}
.default p {
    margin-bottom: 0px;
    z-index: 1;
}
.default:before {
    content: "";
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
.default p#countdown {
    border: 1px solid #fff;
    width: fit-content;
    margin: 25px auto 0px;
    padding: 20px 120px;
    font-size: 25px;
}
.footer_copyright {
    z-index: 1;
    position: absolute;
    bottom: 15px;
    font-size: 16px;
    width: 100%;
    text-align: center;
}
.site-logo {
    z-index: 1;
    margin-bottom: 30px;
}

.default h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    z-index: 1;
}
.default p {
    margin-bottom: 0px;
    z-index: 1;
}
.default:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
img {
    max-width: 80%;
}

/* Progress bar fill */
#progress-bar {
    height: 100%;
    width: 0%;
    background: linear-gradient(to right, #4caf50, #81c784);
    transition: width 0.5s ease-in-out;
}
#progress-container {
    width: 100%;
    background: #eee;
    height: 12px;
    max-width: 400px;
    border-radius: 10px;
    overflow: hidden;
    margin: 20px auto 0px;
    z-index: 9999;
}
.default_templates2 img.custom-logo {
    margin: 0px auto;
}