html, body {
    overflow: hidden;
    border: none;
    margin: 0;
    padding: 0;
}

html{
    background: url("../images/fCspRiFJr-tuya.png") no-repeat center center fixed;
    background-size: 100% 100%;
}

.content {
    margin: 30% 5% 5% 5%;
    font-family: "Yu Gothic UI";
    font-size: 20px;
    font-weight: bold;
    color: #2B2D30;
}

.content > div {
    padding: 3% 0;
}

.content .title {
    color: #1E1F22;
    text-align: center;
}

.content .t {
    min-height: 10%;
    color: #929292;;
}

.content .s {
    color: #929292;;
    min-height: 50px;
}

.content .h {
    color: #535353;;
    min-height: 150px;
}

.footer{
    position: absolute;
    bottom: 270px;
    width: 100%;
}

.footer .timer {
    width: 80%;
    margin: 10px 10%;
    text-align: center;
    font-size: 22px;
    color: #cecece;
}

.footer .button {
    width: 80%;
    margin: 10px 10%;
    background-color: #6bc3a6;
    border-radius: 50px;
    line-height: 50px;
    border: none;
    color: white;
    font-weight: bold;
    font-size: 20px;
}