*{
	transition: all 0.5s;
}

.send:hover{
	transform: scale(1.2);
}

/*.logo:hover{
	transform: scale(1.2);
}*/

.choice:hover{
	cursor: pointer;
	box-shadow: none;
}