html { scroll-behavior: smooth; }

body {
    background-color: #282828;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #f0f0f0;
    line-height: 1;
}

a { color: inherit; text-decoration: none; }

.flex-center {
    display: flex;
    justify-content: center;
}

.container {
    width: 100%;
    max-width: 1280px;
}

#header-items {
    height: 50px;
}

