body {
	font-family: 'Montserrat';
	font-size: 14px;
	color: #ffffff;
	background-color: #271ae6;
	background-image: url('../images/fon.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}

.date {
	color: #ffffff;
	font-size: 48pt;
}

.logo {
	height: 100%;
	width: 100%;
	max-height: 333px;
	object-fit: contain;
	pointer-events: none;
}

.btn-reg {
	background-color: #ffffff;
	color: #271ae6;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
	padding-right: 50px;
	border-radius: 30;
	margin-bottom: 5%;
}