@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

body {
	width: 100%;
	height: 100%;
	margin: auto;
}

.container {
	display: grid;
	place-items: center;
	height: 100vh;
	background-color: #fff;
}

.content {
	padding: 40px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	text-align: center;
	font-family: 'Montserrat';
	font-size: 2rem;
	font-weight: 400;
}
