* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #000000 !important;
    color: white !important;
    font-family: "Geist", system-ui, sans-serif !important;
    font-weight: 100 !important;
}

.bold {
    font-weight: 200;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

li a {
    font-weight: 300;
    color: white;
    text-decoration: none;
}

.flex-row {
    display:flex;
    flex-direction: row;
}

.flex-column {
    display:flex;
    flex-direction: column;
}

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


@media (min-width: 420px) {
    .container {
        max-width: 720px !important;
        margin: 0 auto !important;
    }
}

section {
    padding: 60px;
}

p {
    font-size: 18px;
    color: rgb(164, 158, 148) !important;
    font-weight: 300 !important;
}

li {
    font-width: 300 !important;
}

.bottom-border {
    border: solid gray;
    border-width: 0 0 1px 0;
}

header {
    padding: 0;
    margin: 0;
}

nav {
    padding: 5px 0 5px 0;
}

nav ul {
    display:flex;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: space-between;
}

nav li a {
    color: rgb(164, 158, 148);
    transition: 0.3s ease-in-out;
}

nav li a:hover {
    color: white;
}

.gray-background {
    background-color: #0d0e0e;
}

.light-border {
    border: solid 1px gray;
}

.hover-underline:hover {
    text-decoration: underline;
}

footer {
    margin: 0;
    padding: 10px;
}

footer p {
    padding: 0;
    margin: 0;
}

strong {
    color: white;
}

.link {
    color: white !important;
}

footer {
    padding: 30px;
}

@media (max-width: 420px) {
    .container {
        min-width: 100% !important;
        margin: 0;
        padding: 0;
    }
}
