body {
	background: rgba(2,0,36,0.3);
	background-image: linear-gradient(to bottom right, rgba(243,255,14,0.2), rgba(234,14,255,0.2));	
	padding: 0;
	margin: 0;
}



.row {
	height: 100vh;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.col {
	display: flex;
	flex-direction: column;
	justify-content: end;

}

