/*
    PAGES THAT USE THIS STYLE:
    /strp/index
    /servers
    /stassistant/index
*/

html {
    background-color: #202020;
}

h1 {
    font-family: "Signika Negative", sans-serif;
    color: #61FB06;
    text-align: center;
}

h2 {
    font-family: "Signika Negative", sans-serif;
    color: #E9E9E9;
    text-decoration: underline;
    text-decoration-thickness: 2px;
}

h3 {
    font-family: "Signika Negative", sans-serif;
    color: #E9E9E9;
    margin-bottom: 0px;
}

p {
    font-family: "Signika Negative", sans-serif;
    color: #E9E9E9;
    margin: 0;
    font-weight: 300;
}

.desc {
    text-indent: 20px;
}

.title {
    padding-left: 30px;
    text-indent: -30px;
}

b {
    font-family: "Signika Negative", sans-serif;
    color: #E9E9E9;
    font-weight: bold;
}

main p {
    padding-left: 10px;
}

nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 240px;
    background-color: #101010;
    height: 100vh;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
}

main {
    margin-right: 20px;
    margin-left: 270px;
}

header {
    margin-right: 10px;
    margin-left: 240px;
}

a {
    font-family: "Signika Negative", sans-serif;
    color: #E9E9E9;
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

.i {
    padding-left: 1em;
}

:target {
    color: #FFD900;
}

.spacer {
    margin-top: 0.75em;
    margin-bottom: 0.25em;
}

#me-head {
    padding-top: 5px;
    padding-left: 5px;
}

#navigation {
    padding-left: 10px;
    overflow: scroll;
    flex-direction: column;
    flex: 1 1 100vh;
    height: fit-content;
}