.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%;
}