body{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    background-color: #ededed;
    font-family: ui-sans-serif, system-ui, sans-serif;
}

header{
    background-color: #3B82F6;
    font-family: ui-sans-serif, system-ui, sans-serif;
}

.navigation{
    display: flex;
    align-items: center;
    padding: 10px 20px;
}

.navlist{
    list-style: none;
    display: flex;
    gap: 20px;
}

.list{
    text-decoration: none;
    color: white;
    font-weight: bold;
}