#float{
	position:fixed;
	/*width:60px;
	height:60px;*/
    padding: 2vh 4vh;
	bottom:40px;
	right:40px;
	background-color:#1487eb;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
    text-decoration: none;
    font-weight: 700;
    display: flex;
    justify-content: center;
	z-index: 10;
}

@media screen and (max-width: 800px) {
    #float {
        padding: 2vw 4vw;
		bottom: 10vh;
    }
}