body{
    background-image: url("http://66.media.tumblr.com/tumblr_m33qwzyv7F1r6uwfxo1_250.png");
    background-size: 2000px 1056px;
    background-color: #cccccc;
        cursor:  auto;
        cursor:  url("http://cur.cursors-4u.net/others/images6/oth590.gif") 4 12, auto;  
}
img {
    display: block;
    margin: auto;
    width: 50%;
}
nav{
    display: inline-block;
    vertical-align: top;
    width:750px;
    margin:0 auto;
}
div{
    
    text-align: center;
    display: inline-block;
    padding: 12px;
    margin-left: 15px;
}
.wrapper{
    margin: auto;
    align-content: center;
    width:950px;
    height: auto;
    display: flex;
    flex-wrap:nowrap;
    border-radius: 10px;
    margin-top: 5px
}
h1{
    margin: auto;
    text-align: center;
    padding: auto;
    font-family: "Cubic";
    margin-top: 40px;
}
h2{
    margin: auto;
    text-align: center;
    padding: auto;
    font-family: "Cubic";
}
#navbarfix{
    padding: auto;
    margin: auto;
    width: auto;
    height:auto;
}
ul {
    list-style-type: none;
    margin-top: 15px;
    margin-bottom: 0px;
    margin-left: 525px;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
    background-color: #4d4d4d;
    width: 638px;
    align-content: center;
    border-radius: 5px;
}
li {
    float: left;
    margin: auto;
    padding: auto;
    
}
li a, .dropbutton {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover, .dropdown:hover .dropbutton {
    background-color: #595959;
}

li.dropdown {
    display: inline-block;
}
.dropdown-stuff {
    display: none;
    position: absolute;
    background-color: #737373;
    min-width: 160px;
    border-radius: 5px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.dropdown-stuff a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-stuff a:hover {background-color: #818181}

.dropdown:hover .dropdown-stuff {
    display: block;
}
/*for links*/
a:link{
    color:#ff7575;
}
a:link :hover{
    color: white;
}
a:visited {
    color: #ff7468;
}

#real_head{
    margin: 15px;
    display: inline-block;
    overflow: hidden;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 0px;
}
#foote{
    background-color: #4d4d4d;
    opacity:0.8;
    border-radius: 70px;
    border: 10px #333333 solid;
    padding: 5px;
}
#footer_ipsum{
    color: white;
    font-size: 15px;
    align-content: center;
    margin: auto;
    padding: 12px;
    line-height: 12px;
    display: block;
    position: absolute;
    text-align: center;
}
/*music player code from here*/
#musicplayer {
    position: fixed;
    z-index: 0;
    bottom: 20px;
    left: 20px;
    width: 31px;
    height: 31px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #595959; /* icon background */
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}
 
#musicplayer img {
    width: 15px;
    padding: 8px 0px 0px 8px;
}
 
#line {
    position:absolute;
    background: #737373; /* middle line color*/
}
 
.line {
    top: 13px;
    left: 30px;
    width: 0px;
    height: 3px;
    -webkit-transition:all .4s ease;
    -moz-transition:all .4s ease;
    -o-transition:all .4s ease;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
}
 
#musicplayer:hover .line {
    width: 20px;
    -webkit-transition-delay: 0s;
}
 
.play {
    z-index: 9999;
    top: 0px;
    left: 50px;
    width: 140px;
    height: 0px;
    padding: 0px 5px 5px 5px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    background: #ffffff; /* player background */
    border-left: 3px solid #a0a0ff; /* player border */
    opacity: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition-delay: .4s;
    -webkit-transition-delay: .4s;
}
 
#musicplayer:hover .play {
    height: 25px;
    opacity: 1;
    transition-delay: .6s;
    -webkit-transition-delay: .6s;
}
/*to here*/