.primary-button {
	width: 40px;
	height: 40px;
	cursor: pointer;
	transition: opacity 0.3s;
	display: block;
	border: none;
	border-radius: 24px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #FF3E79;
}

.primary-button:hover, .primary-button:focus {
	opacity: 0.7;
}