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

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

html {
	height: 100%;
}

body {	
	height: 100%;
	background-color: #c94154;
}

#wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%	
}

#card {
	max-width: 100%;
	width: 600px;
	height: auto;
}