html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* --------------------------------------------------------- */
body{
    background: url(../image/bg.png) center no-repeat #000;
    background-size: cover;
    font-family: Arial, Helvetica, sans-serif;
}
.wrapper{
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    height: 100vh;
    padding: 10px;
}
.main__img{
    padding-top: 1rem;
}
.main__img img{
    width: 100%;
    max-width: 300px;
}
.main-title{
    color: #007800;
    font-size: 26px;
    line-height: 1.2;
}
.main-text{
    color: #0f0f0f; 
    padding: 10px 0;
}
.main-timer{
    color: #078f07;
}
.main__btn{
    padding-top: 1rem;
}
.main__button{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #fff;
    background: #408559;
    text-decoration: none;
    max-width: 300px;
    height: 60px;
    border-radius: 15px;
    font-size: 28px;
}
.main__box{
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}
@media (max-width:500px){
    .main__img img{
        max-width: 165px;
    }
}