body {
    font-family: helvetica, arial, sans-serif;
    /* margin: 2em; */
    margin: 0;
    color: #3d3d3d;
    --mdc-theme-primary: #007f8b;
    --mdc-theme-on-primary: #f1f3f4;
}

.header {
    /* background-color: #2272BB; */
    background-color: #E3F2FD;
    height: 60px;
    width: 100%;
    display: flex;
    align-items: center;
}

.header-wrapper {
    display: flex;
    align-items: end;
}

.header-logo {
    /* width: 100px; */
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.logo-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
}