html{
    overflow-y:scroll;
}

.float{
	position:fixed;
	background-color:rgb(240, 179, 35);
	bottom:70px;
	width:60px;
	height:60px;
	right:70px;
	color:#fff;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
}

.second{
	background-color:rgb(19, 30, 41);
	bottom:140px;
}

.float:hover{
	color:rgb(19, 30, 41);
    transition: .35s;
}

.second:hover{
	color:rgb(240, 179, 35);
    transition: .35s;
}

.my-float{
	margin-top:22px;
}
.my-float-2x{
	margin-top:14px;
}

.readonly{
	display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    outline:none;
}