html,
body {
    background: #f5f5f5;
    margin: 0px;
}

.nav-logo {
    padding: 10px 0px;
    justify-content: center;
    display: flex;
    background: white;
    border-bottom: 1px solid #efefef;
    background-color: #fff;
    box-shadow: 0 3px 10px #0000000d;
}

.block-content {
    text-align: center;
    max-width: 576px;
    margin: 0px auto;
}

.block-content img {
    width: 100%;
    max-width: 600px;
}

.detail {
    font-size: 20px;
    line-height: 1.325;
}

.title {
    font-size: 30pt;
    line-height: 1.2;
    font-weight: 200;
}

.oops {
    background: rgb(217 47 47);
}

.oops * {
    color: white;
}

.progress * {
    color: white;
}

.progress {
    background-image: url("images/craft.jpg");
    background-size: cover;
    background-position: center;
}

.win * {
    color: white;
}

.win {
    background: #2d77be;
}

.win-img {
    width: 100%;
    position: relative;
    left: -20px;
}

.dts-sd-ft {
    background: #444;
    padding: 40px 0px;
    border-top: 16px solid #BDCCD4;
}

.dts-sd-ft * {
    color: white;
}

.copyright {
    padding: 15px 0px;
    font-size: 13px;
    text-align: center;
    color: #444;
    font-weight: bold;
}

.sub-footer-box a {
    width: 100%;
    display: block;
    text-decoration: none;
}

.frameBody {
    border-top: 20px solid #444;
    padding-top: 2em;
    padding-bottom: 2em;
    min-height: calc(100vh - 364px);
    display: flex;
    justify-content: center;
    align-items: center;
}

footer {
    background: white;
}