@charset "utf-8";

.Word-box .Box {
    width: 100%;
}
#canvas{
    left:0;
}
.Word-box {
    left:0;
    margin-top: -5rem;
    height: 100%;
    width: 100%;
    text-align: center;
    top: 0;
    position: fixed;
    z-index: 1031;
    -ms-flex-align: center !important;
    align-items: center !important;
}

#Touch {
    position: fixed;
    bottom: 1rem;
    z-index: 1031;
    text-align: center;
    width: 100%;
    color: #fff;
    margin: .5rem;
    padding: 1rem;
}

.Word-box #HPN {
    text-align: center;
    margin-bottom: 0;
    color: #fff;
    font-size: 10rem;
}

@media (min-width:768px) and (max-width:991px) {
    .Word-box #HPN {
        font-size: 8rem;
    }
}

@media (min-width:500px) and (max-width:768px) {
    .Word-box #HPN {
        font-size: 3rem;
    }
}

@media (max-width:499px) {
    .Word-box #HPN {
        font-size: 2rem;
    }
}