/* �{�b�N�X�@CSS*/

.box-container__header { 
    display: flex;
    margin-bottom:0px;
}
.box-container__footer {
    display: flex;
    clear: both;
}
.box__text-align {
    align-items: center;
    display: flex;
    justify-content: center;
}

.header_text{
    padding: 5px 0 0 3px; ;
}

@media screen and (max-width: 379px) {
    .header_text{
    font-size:1em;
}
}
@media screen and (min-width: 380px) and (max-width: 450px){
.header_text{
    font-size:1.2em;

}
}
@media screen and (min-width: 451px) {
.header_text{
    font-size:1.2em;

}
}