@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&family=Lato&display=swap');

body {
	display: block;
	width: 100%;
	margin: 0;
}
.main-section {
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
	background: url(background-main.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
}

.main-section .block {
	background-color: rgb(0 0 0 / 52%);
	width: 490px;
	text-align: center;
	padding: 30px 0 50px 0;
}

.main-section img.logo {
	max-width: 85%;
	margin: 0 auto -30px auto;
	display: block;
}

.main-section h1 {
	font-family: 'Kaushan Script', cursive;
	font-weight: 400;
	font-style: normal;
	font-size: 54px;
	color: #fff;
}

.main-section p {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	margin: 0;
}