header {
    width: 100%;
    height: 100px;
    background-color: #e9ecef;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    padding: 1rem 0.5rem;
}

header img {
    max-width: 100px;
}

header p {
    font-weight: bold;
    margin: 0px;
}
