@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300&display=swap');

.background-blur{
    filter: blur(4px);
}

.f-ubuntu{
    font-family: 'Ubuntu', sans-serif;
}

.btn-img{
    height:3rem;
    width: 3rem;
}

.buttonfloat{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	left:40px;
	background-color:rgb(255, 0, 0);
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
}