@import url('./rnbw.css');

body {
   font-family: "cooper-black-std", serif;
    background: #1f1f1f;
       color: #ffffff;
}

a {
    text-decoration: none !important;
    text-decoration-line: none !important;
    text-decoration-style: solid !important;
    text-decoration-color: inherit !important;
    text-decoration-thickness: auto !important;
    color: #f06afc;
}

footer {
    text-align: center;
}

code {
    color: #f06afc;
   font-family: "cooper-black-std", serif;
    background-color: #0f0f0f;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.version {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 13.5pt;
}

#title {
    font-size: 18pt;
    color: #f06afc;
    text-align: center;
}

#content {
    margin: 0 auto;
    padding: 1em;
    font-size: 13.5pt;
}

#topbar {
    background-color: #1f1f1f;
    overflow: hidden;
}

#topbar a {
    color: #ffffff;
    font-size: 18pt;
    padding: 8px;
}

#heading {
    font-size: 13pt;
}

#subtitle {
    font-style: italic;
    font-size: 11;

#youtube {
    display: grid;
    grid-template-columns: 30em 30em 30em;
    grid-template-rows: 5em;
}

#spotify {
    display: grid;
    background: #1f1f1f;
    grid-template-columns: 30em 30em 30em;
    grid-template-rows: 7em;
}

#musicabt {
    padding-bottom: 2em;
}
