.clear-storage {
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	display: none;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	border: 1px solid #000;
	background-color: #fff;
	cursor: pointer;
}

.clear-storage svg {
	width: 40px;
}
