@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 400;
	src: url('.../Ubuntu-Regular.ttf') format('ttf');
}

body {
	font-family: 'Ubuntu';
    height: 100%;
    margin: 0;
    padding: 0;
}

footer {
	bottom: 0;
	left: 0;
	right: 0;
	height: 50px;
	display: flex;
	padding: 0 20px;
	z-index: -1;
}

footer div {
	width: 100%;
	text-align: center;
}

.content {
    flex: 1;
    margin: 25% 10%;
    text-align: justify;
    box-sizing: border-box;
    overflow-y: auto;
}

.twitter {
	height: 1em;
	width: 1em;
}

.imp {
	font-size: .75rem;
	opacity: .5;
}