@import url('normalize.css' all);

body {
	font-family: 'Swift'
}

.wrapper {
		display: flex;
		flex-flow: column wrap;
		justify-content: center;
		align-items: flex-start;
		align-content: center;
		width: 100%;
		height: 90vh;
	}  
.item {
	margin: 5px;
	padding: 5px;
	flex: 0 1 auto;
	font-size:1em;
}

a {
	color:#000000;
}

a:hover {
	text-decoration:none;
}