@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}
body {
	background-image: url("../../Picture/5532862.jpg");
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	
}

.header .container {
	background: rgba(255, 255, 255, 0.5);
}
.header-text {
	text-align: center;
	padding-top: 2rem;
	padding-bottom: 3rem;
	font-size: 2.5rem;
}

.data .container {
	background: rgba(255, 255, 255, 0.5);
	padding-bottom: 3rem;
}

.data .data-text {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 10px;
	
}