#box-header{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    text-align: center;
    height: 190px;
}

#box-header > img{
    width: 46px;
    height: 46px;
}

#box-header > h1{
    font-weight: 600;
    font-size: 18px;
    width: 90%;
}

#box-header > span{
    font-weight: 300;
    font-size: 12px;
    width: 90%;
}