body{
    margin: 0;
}

.dancing_string{
    color: #077707;
    font-size:1vw;
}
#dancing_area_full{
    width: 100%;
    background: #f0f0f0;
    bottom: 0;
    position:relative;
	left:0;
	right:0;
    margin:0;
}

/*#footer{
    width: 100%;
    background: #f0f0f0;
    position: fixed;
    bottom: 0;
    z-index:9999;
	left:0;
	right:0;
    display:flex;
    justify-content: space-between;
}*/
#expanded_range{
	width:100%;
	height:44vh;
}

