@import '_globals.css';
.contentbox {
    margin: 0 auto;
    background-color: rgb(9, 170, 176);
    background-repeat: repeat;
    background-position: center;
    width: 500px;
    height: 650px;
    padding: 10px;
    /* from the left and right edges */
    margin-bottom: 1px;
    /* footer space*/
    border-radius: 6px;
    border-style: solid;
    border-color: rgb(213, 213, 216);
    border-width: 3px 3px 3px 3px;
}

.contentbox img {
    margin-top: 20px;
    padding-left: 20px;
}

.contentbox input {
    display: block;
}

.contentbox p {
    color: rgb(fff);
    text-align: center;
    font-family: Honovi;
    font-size: 30px;
    line-height: 180%;
}

.InputClass {
    font-family: Honovi;
    font-weight: 400;
    font-size: 1.4em;
    height: 30px;
    width: 400px;
}

#sentence {
    font-family: Honovi;
    font-weight: 400;
    font-size: 1.2em;
}