* {
    margin: 0;
    padding: 0;
    font-family: Pragmatica, Times, Times New Roman, serif;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 85px;
}

a {
    color: #e5e5e5;
    font-style: normal;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    text-decoration-color: white;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.flex {
    display: flex;
}

.focused {
    color: #c78514;
}

.bold {
    font-weight: bold;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: #c78514;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #a96b0f;
}

html, body {
    background: #292929;
}