header{
    background-color: white;
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    padding: 20px;
}
Header img{
    max-height: 100px;
    padding: 0;
    max-width: 90%;
}