

#uploadSong {
    display: none;
    left: 70px;
}

audio {
    position: fixed;
    left: 10px;
    bottom: 10px;
    width: calc(100% - 20px);

    display: none;
}

body {
    background-color: #422956;
    background-image: url("https://repeazy.github.io/MelodyFlow/PageArt/bg.png");
}

.AppTitle {
    margin-top: 50px;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 75%;

    color: #fff;
    font-size: 50px;
    font-family: Arial, Helvetica, sans-serif;

    text-align: center;
}

.canvas {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);

    width: 75%;
}

.canvas2 {
    margin: 0;
    position: absolute;
    top: calc(50% + 10px);
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 75%;

    filter: blur(5px);
}

#songName {
    position: absolute;
    margin-top: 10px;
    margin-left: 100px;

    color: #fff;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: large;
}

#artistName {
    position: absolute;
    margin-top: 30px;
    margin-left: 100px;

    color: #fff;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: thin;
    font-size: small;
}

#songCover{
    position: absolute;
    margin-top: 7px;
    margin-left: 7px;

    width: 75px;
    height: 75px;

    background-position: center;
    background-size: cover;

    border: solid #fff;
    border-radius: 5px;
}

.uploadLabel {
    position: fixed;
    top: 50px;
    left: 10px;
    z-index: 100;

    width: 40px;
    height: 40px;

    text-align: center;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;

    cursor: pointer;

    margin-top: 10px;

    padding: 2px;
    border: solid #fff;
    border-radius: 5px;

    background-image: url(PageArt/uploadButton.png);
    background-size: cover;
}

.testSongButton {
    position: fixed;
    top: 25px;
    left: 10px;
    z-index: 100;

    text-align: center;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;

    cursor: pointer;

    padding: 2px;
    border: solid #fff;
    border-radius: 5px;

    background: none;
}

.songBar {
    position: fixed;
    left: 10px;
    bottom: 10px;
    width: calc(100% - 20px);
    height: 10%;

    justify-content: center;
    align-items: center;

    background-color: #0C0C0C;
}

.sidebar {
    top: 5px;
    bottom: 5px;
    left: 0px;
    position: fixed;
    width: 64px;
    height: 100%;    
    background-color: #fff;
    transform: rotate3d(0, 1, 0, 30deg);
}



.PP {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 75%;

    height: 50px;
    width: 50px;

    border: none;

    background: url(PageArt/playButton.png);
    background-size: cover
}

.ThemeSelect {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;

    padding: 2px;
    border: solid #fff;
    border-radius: 5px; 
    background: none;

    position: fixed;
    top: 125px;
    left: 175px;
    z-index: 100;
}

.ThemeSelectLabel {
    position: fixed;
    top: 125px;
    left: 10px;
    z-index: 100;

    color: #fff;
    font-family: Arial, Helvetica, sans-serif;

    padding: 2px;
    border: solid #fff;
    border-radius: 5px;
    background: none;
}
