header {
    display: inline-flex;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    padding: 0.5rem;
    background-color: #087e8b;
}

.logotype {
    display: flex;
    margin: 0.1rem;
    padding: 0;
    align-items: center;
    border: none;
    background-color: inherit;
}

.logotype h2 {
    background-color: inherit;
    color: #fbfcff;
}

img {
    max-width: 3rem;
    max-height: 3rem;
    background-color: inherit;
}

nav {
    display: inline-flex;
    background-color: inherit;
    /* justify-content: center; */
    align-items: center;
}

nav button {
    margin: 0.3rem;
    background-color: inherit;
    /* font-weight: bolder; */
    border: none;
    /* padding: 0.3rem; */
    cursor: pointer;
    color: #fbfcff;
}

nav button:hover {
    transform: scale(1.15);
    font-weight: bold;
    /* color: #f2e9dc;  */
    color: #000000;
}

nav a {
    background-color: inherit;
    height: 2rem;
}

nav a img {
    background-color: inherit;
}