body {
    background-image: url(images/pinkbliss.png);
    background-attachment: fixed;
    background-position: center;
    background-position: bottom;
    background-size: cover;
    font-family: FlipnoteFont;
    color: white;
    margin: 0px;
    font-size: 26px;
    margin-left: 5px;
    line-height: 18px;
}

#main-container {
    width: 880px;
    background-color: rgba(0, 0, 0, 0.8);
    margin-left: auto;
    margin-right: auto;
}

#content-container {
    width: 880px;

}

#horizontal-container {
    width: 100%;
    display: flex;
}

#container {
    height: auto;
    border: 3px solid black;
    margin: 2px;
}

#songofthewhenever {
    height: 70px;
    width: 100%;
    align-self: center;
    display: flex;
    text-align: center;
}

p.songofthewhenever {
    font-size: 30px;
    margin-top: 3px;
}

img.songofthewhenever{
    margin: -2px;
}


#songofthewhenever-player {
    width: 100%;
    height: 49px;
    align-self: flex-end;
    justify-self: center;
}

#songofthewhenever-content{
    width: 100%;
}

.w-5 {
    width: 5%;
}

.w-10 {
    width: 10%;
}

.w-15 {
    width: 10%;
}

.w-20 {
    width: 20%;
}

.w-25 {
    width: 25%;
}

.w-30 {
    width: 30%;
}

.w-35 {
    width: 35%;
}

.w-40 {
    width: 40%;
}

.w-50 {
    width: 50%;
}

.w-55 {
    width: 55%;
}

.w-60 {
    width: 60%;
}

.w-65 {
    width: 65%;
}

.w-70 {
    width: 70%;
}

.w-80 {
    width: 80%;
}

.w-90 {
    width: 90%;
}

.w-100 {
    width: 100%;
}

#banner {
    width: 880px;
    height: 200px;
    background-color: black;
}

#navbar {
    width: 880px;
    height: 31px;
    background-color: white;
    color: black;
}


.navbutton {
    margin-right: -4px;
}

.navbutton:hover {
    filter: brightness(75%);
}

@font-face {
    font-family: FlipnoteFont;
    /* set name */
    src: url(flipnote_font.woff2);
    /* url of the font */
}

p {
    font-family: FlipnoteFont;
    /* use font */
    color: white;
    margin: 0px;
    font-size: 26px;
    margin-left: 5px;
    line-height: 18px;
}

h2 {
    font-family: FlipnoteFont;
    /* use font */
    color: #FF82FF;
    margin: 0px;
    margin-left: 5px;
    font-size: 60px;
    font-weight: 100;
    line-height: 40px;
}

h3 {
    font-family: FlipnoteFont;
    /* use font */
    color: #FF82FF;
    margin: 0px;
    margin-left: 5px;
    font-size: 40px;
    font-weight: 100;
    font-kerning: -10px;
    line-height: 40px;
}
