body {
    background: url('picture/music_background2.jpg');
    background-size: cover;
    height: 200%;
    width: 100%;
    color: grey;
    overflow: scroll;
}

#title{
    color: gold;
    font-size: 70px;
}

i {
    cursor: pointer;
}

#bar input{
    border: 2px solid #c5464a;
    border-radius: 20px;
    font-size: 20px;
    outline:none;
    padding-left:10px;
    width: 200px;
}

#bar button{
    border-radius: 100px;
    height: 25px;
}

#whole{
    text-align: center;
}

img{
    float: left;
    width:33.3%;
    margin-top: 100px;
    margin-bottom: 20px;
    border-radius: 50%;
}

#list{
    float:left;
    text-align: left;
    width: 25.3%;
    margin-left: 5%;
    margin-right: 3%;
    overflow: auto;
    height: 602px;
    font-size: 18px;
}

#comment{
    margin-left: 5%;
    margin-right: 5%;
    float:left;
    width: 21.3%;
    height: 602px;
    font-weight: bold;
    overflow: auto;
    padding-right: 2%;

}

#nickname{
    font-size: 22px;
    color: white;
    text-align: left;
}

#comment::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

#list::-webkit-scrollbar{
    width: 4px;
    height: 4px;
}

#comment_img{
    margin: 0;
}

#footer{
    float: bottom;
    width: 100%;
}

#audio {
    outline: none;
}

#right_finger{
    color:gold;
}

#mv{
    float:right;
    margin-right: 50px;
    color:gold;
}

video{
    position: absolute;
    top: 15%;
    left: 15%;
    z-index:100;
}

#mask{
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: black;
    left:0;
    top:0;
    opacity: 0.8;
    z-index:97;
}

#homepage{
    float:left;
    text-decoration: none;
	color: gold;
}

#homepage:hover {
    color: yellow;
}

