.contents {
    text-align: center;
    margin: 0,auto;
    margin-top: 50px;
}

#hmoji {
    font-size: 25px;
    font-weight: bold;
    color: rgb(1, 70, 1);
    margin-left: 20px;
}

.tizu {
    text-align: center;
    margin: 0,auto;
    margin-top: 50px;
}

.tizu img {
    width: 50%;
}

.moji {
    font-size: 20px;
    text-align: center;
}

.hon {
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
}

.hon img{
    width: 100px;
    border: 0;
}

@media screen and (max-width: 520px) {

    .tizu img {
        width: 70%;
    }

    .moji {
        font-size: 15px;
        text-align: center;
        margin-top: 70px;
    }

    .hon {
        font-size: 20px;
        text-align: center;
    }

    #hmoji {
        font-size: 20px;
        font-weight: bold;
        color: rgb(1, 70, 1);
        margin-left: 10px;
        margin-top: 30px;
    }
    

}