* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

a {
    text-decoration: none;
    color: #fafafa;
}

header {
    background-color: #1F1717;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.header-text {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.logo img {
    width: 100%;
    height: 100px;
}