.Form-Container-Holder{
 
background-color:#303;
width: 100%;
margin-top:0;
	padding-top:5px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
color:#FFF;
padding-bottom:10px;

}


#myBtn {
  display: none;
  position: fixed;
  bottom: 100px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #555;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #306;
}



.footer{
 
  background-color:#303;
  width: 100%;
  margin-top:0;
    padding-top:5px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  color:#FFF;
  padding-bottom:10px;
  
  }

.trends-letter{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align:center;
	font-weight:lighter;
		color: black;
    background-color: rgb(248, 164, 8);
	
	}

.form-upload{

}

.Containe-all
{
width:90%;
margin:0 auto;
	
	}
	
.Trending-songs{

  height: 100%;
  background-color;
  width: 70%;
  margin: 0 auto;
	
	}	
.Trending-songs a{
    
    text-decoration: none;
    color: black;
}	

  .phone-table{

    display: none;
  }
	
	
	

.UploadB {
  border: 1px solid #FFF;
  color: black;
  background-color:#9FF;
  padding: 8px 20px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: bold;
  
}

.small{
    
    
    color: grey;
}


.More-Menu{

	height: 100%;
  width: 70%;
  margin: 0 auto;

}


.menu{
  overflow: hidden;
   margin: 0 auto;
  }
  
  
  
  .menu a {
      display: inline-block;
      color: black;
      text-align: center;
      padding: 50px 100px;
      text-decoration: none;
    font-size: 14px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  }
  
  
  .menu .icon {
    display: none;
  }
  



  @media screen and (max-width:800px) {
    .form-upload .mobile-form, .Containe-all, .search-form, .footer{
        width:100%;
    } 

    .menu a {
      display: inline-block;
      color: black;
      text-align: center;
      padding: 14px 16px;
      text-decoration: none;
    font-size: 14px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  }



.Trending-songs{

display: none;
    
    
    }	
    
    .phone-table{
      display: table;
      height: 100%;
      background-color;
      width: 100%;
      margin: 0 auto;
    } 

.trends-letter{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align:center;
	font-weight:lighter;
	color: black;
    background-color: rgb(248, 164, 8);
	
	}
.ruler2{
    
    display: none;
    
    
}

.More-Menu{
    
    width:100%;
    background-color: rgb(248, 164, 8);

}

.songs {
    
    float: left;
}
.help {
    
    float: right;
    
}
  }