@font-face {
    font-family: "JetBrains Sans";
    src: url("../public/fonts/JetBrainsSans-Regular.woff2");
}

@font-face {
    font-family: "JetBrains Mono";
    src: url("../public/fonts/JetBrainsMono-Regular.woff2");
}

:root {
    font-family: "JetBrains Sans", Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.87);
    background-color: #323d41;
    text-align: left;

}

* {
    box-sizing: border-box;
    /*scrollbar-color: var(--border-color) var(--text-bg);*/
}

body {
    font-family: 'Nunito', Verdana, sans-serif;
    font-size: 16px;
    color: #deeed6
}

header {
    margin: 12px auto;
    max-width:1440px;
}

#container {
    width:1440px;
    max-width: 100%;
    margin:auto;
}

a:link {
    color: #6abe30
}

a:visited {
    color: #37946e
}

.flex {
    display: flex;
    max-width: 100%;
    margin: auto;
}

main {
    background: #000000;
    border-radius: 0.5em;
    box-shadow: 2px 2px 6px #ffffff;
    padding-inline: 1em;
    max-width: 1160px;
    width: 1160px;
}

main p {
    margin-top: 12px;
    margin-bottom: 12px;
}

#sidebar {
    max-width: 240px;
    width: 240px;
    padding: 0em;
    margin-right: 10px;
}

.side-sticky {
    position: sticky;
    top: 20px;
}

#navigation {
    margin-bottom: 1em;
    background-color: black;
    box-shadow: 2px 2px 6px white;
    padding: .5em 0;
    border-radius: .5em;
    text-transform: uppercase;
}

#navigation ul {
    border-top: 2px dotted white;
}

.nav_label {
    text-align: center;
    font-size: 1.3em;
    font-weight: bold;
    letter-spacing: 4px;
    list-style-type: "";
    margin: 0;
    /*padding: .2em;*/
    /*text-shadow: var(--dark-color) 2px 2px;*/
    transition: .3s all;
}

.nav_buttons {
    text-align: center;
    list-style-type: "";
    padding-left: 0;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 12px;
    padding: 0;
}

.nav_buttons li {
    width: 100%;
    padding-top: 12px;
}

.nav_buttons li a {
    background-color: lightgray;
    color: black;
    display: inline-block;
    width: 100%;
    height: 2rem;
    font-weight: bold;
    line-height: 2rem;
    vertical-align: middle;
    border-radius: .3em;
    text-decoration: none;
    padding: 0 .5em;
}

/*body {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 320px;
    min-height: 100vh;
    align-items: center;

    background-image: url("../public/background.svg");
    background-repeat: no-repeat;
    background-size: contain;
}*/

footer {
    width: 100%;
    height: 40px;
    padding: 10px;
    font-size: 11px;
    text-align: center;
    /*color: var(--main-color);*/
}

h1 {
    font-size: 29px;
    line-height: 39px;
    font-weight: 300;
}

h3 {
    margin-bottom: 0;
}

h4 {
    margin: 0;
}

/*.music a {
    color: #deeed6
}*/

.cover {
    float: left;
    margin-right: 6px;
}

.album {
    clear: both;
}

.title {
    margin-bottom: 40px;
}

#app {
    max-width: 1280px;
}

.logo {
    margin-top: 45px;
    margin-left: 20%;
    align-self: flex-start;
}

img {
    max-width: 100%;
    height: auto;
}

