@import url('https://fonts.googleapis.com/css?family=Nunito&display=swap');

divs {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;

	width: 100%;
	height: 100%;
}

body {
	font-family: 'Nunito', sans-serif;
}

h1 {
//	width: 100%;
//	height: 100%;
	font-family: 'Nunito', sans-serif;
	//padding: 20%;
        font-size: 8vw;
	text-align: center;
//	display: inline-block;
//	vertical-align: middle;
}

.content {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;

        width: 100%;
        height: 100%;
}

.twitter {
	font-size: 1.4vw;
	font-family: 'Nunito', sans-serif;
	position: absolute;
	padding: 0;
	margin: 0;
	bottom: 16px;

	width: 100%;

	display: flex;
	flex-direction: column;
	align-items: center;
}

.twitter a {
	color: #A2A2A2;
	text-decoration: none;
}


