body {
	font-family: "Avenir Next", -apple-system, sans-serif;
}

.two {
	position: relative;
	width: 16em;
	height: 12em;
	margin: auto;
	margin-top: 10%;
	border-width: 1px;
	border-color: rgba(0, 0, 0, 0.1);
	border-style: solid;
	border-top-color: rgba(128, 128, 255, 0.1);
	border-top-width: 0.75em;
	-webkit-box-shadow: 6pt 6pt 12pt rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 6pt 6pt 12pt rgba(0, 0, 0, 0.5);
}

.t {
	margin-left: auto;
	width: 25%;
	margin-right: auto;
	margin-top: 25%;
	transform: rotate(180deg);
}

.footer {
	font-size: small;
	position: fixed;
	text-align: center;
	padding-top: 2em;
	width: 100%;
	bottom: 0;
	background-color: white;
}


