header {
    background-color: beige;
    text-align: center;
    height: fit-content;
    margin: 10px;
    padding: 10px; 
    border-radius: 10px;  
}

header div {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin: 5px;
}

header img {
    width:44px;
    height:58px;
}

header h1 {
    font-size: 30px;
}

