* {
    line-height: 1.5;
    margin-left: 0;
    margin-right: 0;
    text-align: justify;
}

.header {
    align-items: center;
    background: #f0dbe2;
    display: flex;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    height: 4rem;
    justify-content: space-between;
    padding-left: 2rem;
    padding-right: 2rem;
}

body {
    margin-top: 0;
}

a {
    color: #000000;
    cursor: pointer;
    text-decoration: none;
}