.guest{
	background-color: #dcdcdc;
}

.btn__invite__link {
	transition: all 0.5s ease-in-out;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 313px;
	height: 43px;
	border-radius: 40px;
	font-weight: bold;
	font-size: 16px;
	line-height: 15px;
	letter-spacing: 0.05em;
	border: 1px solid #D63030;
	cursor: pointer;
	background: transparent;
	box-shadow: none;
	color: #D63030;

}