* {
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
body {
    background: url("../assets/images/blog-bg.jpg") no-repeat center center fixed;
    background-size: cover;
    margin: 0;
    height: 100%;
    display: flex;
    align-items: center;
    align-content: space-around;
}
html {
    height: 100%;
}
.count-down {
    width: 100%;
    height: 378px;
    margin: auto;
    padding: 20px;
}
.count-down .flipdown {
    margin: auto;
    width: 600px;
    margin-top: 30px;
}
.count-down h1 {
    text-align: center;
    font-weight: 400;
    font-size: 3em;
    margin-top: 0;
    margin-bottom: 10px;
}
@media (max-width: 550px) {
    .count-down {
        width: 100%;
        height: 362px;
    }
    .count-down h1 {
        font-size: 2.5em;
    }
}