@font-face {
    font-family: FantasyLife;
    src: url(FantasyLife.ttf);
}
html {
    height: 100%;
}
body {
    margin: 0;
    padding: 0;
    height: 100%;
}
.content {
    display: flex;
    width: 100%;
    height: 100%;
    background-image: url("comming.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.content-box {
    width: 1000px;
    margin: 0 auto;
    margin-top: 250px;
}
.content-text {
    width: 650px;   
    text-align: center;
}
.title-1 {
    font-family: 'FantasyLife', sans-serif;
    color: #b5746e;
    font-size: 76px;
}
.title-2 {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    color: #000;
}
.title-3 {
    font-family: 'Raleway', sans-serif;
    font-size: 100px;
    color: #000;
}
.counter-class {   
    margin-top: 60px;
    font-family: 'Raleway', sans-serif;
    font-size: 86px;
    color: #000;
}

@media screen and (max-width: 960px) {
    .content-box {
        width: 900px;
        margin: 0 auto;
        margin-top: 300px;
    }
    .content-text {
        width: 650px;   
        text-align: center;
    }
    .title-1 {
        font-family: 'FantasyLife', sans-serif;
        color: #b5746e;
        font-size: 76px;
    }
    .title-2 {
        font-family: 'Raleway', sans-serif;
        font-size: 18px;
        color: #000;
    }
    .title-3 {
        font-family: 'Raleway', sans-serif;
        font-size: 100px;
        color: #000;
    }
    .counter-class {   
        font-family: 'Raleway', sans-serif;
        font-size: 86px;
        color: #000;
    }
}

@media screen and (max-width: 460px) {
    .content-box {
        width: 100%;
        margin: 0 auto;
        margin-top: 200px;
    }
    .content-text {
        width: 100%;   
        text-align: center;
    }
    .title-1 {
        font-family: 'FantasyLife', sans-serif;
        color: #b5746e;
        font-size: 46px;
    }
    .title-2 {
        font-family: 'Raleway', sans-serif;
        font-size: 18px;
        color: #000;
    }
    .title-3 {
        font-family: 'Raleway', sans-serif;
        font-size: 50px;
        color: #000;
    }
    .counter-class {   
        font-family: 'Raleway', sans-serif;
        font-size: 46px;
        color: #000;
    }
}