header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
}

.logo {
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
}
