.text-wrapper {
	font-size: 32px;
}
body {
	background-image: url("/images/image02.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: cover;
	width: 100%;
	height: 100vh;
}
.title-text {
	font-size: 40px;
	line-height: 56px;
	letter-spacing: 3px;
}

.container {
	width: 40%;
}
.btn-dark {
	border: none;
	opacity: 1;
	font-size: 24px;
	width: 75%;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1024px) {
	.text-wrapper {
		font-size: 18px;
	}
	.title-text {
		font-size: 24px;
		line-height: 32px;
	}
	.btn-dark {
		border: none;
		opacity: 1;
		font-size: 20px;
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.container {
		width: 90%;
	}
	.tx {
		font-size: 14px;
	}
	.btn-dark {
		width: 80%;
	}
	.btn-dark:disabled {
		width: 80%;
	}
}
