.main{
    margin-top:3rem;
    text-align:center;
}
.host{
    font-size:1.6rem;
}
.soon{
    color:#226a98;
    font-size:1.5rem;
    font-weight:bold;
    margin-top:3rem;
}
.const{
    font-size:2rem;
    color:#226a98;
}
.hn{
    padding-top:2rem;
}
@media (max-width: 640px)
{
    :root{
        font-size:14px;
    }
    .hn img{
        width:80%;
    }
}
