@charset "utf-8";
.toparrow {
	transition: all 0.2s linear;
	margin-top: -30px;
}
.toparrow:hover {
	transform: translateY(-10px)
}
#nothing{
	transition: transform 0.5s;
}
#nothing:hover{
	transform: scale(1.1);
	opacity: 0.7 ;
}
.listoffoods {
	transition: transform 0.5s ;
}
.listoffoods:hover{
	transform: scale(1.1);
	opacity: 0.5;
}
.pica:hover {
	opacity: 1;
}
.pica{
	opacity: 0.5;
}
