@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
@font-face {
	font-family: 'Bebas Neue';
	src: url('../Fonts/Bebas/BebasNeue-Regular.eot');
	src: url('../Fonts/Bebas/BebasNeue-Regular.eot?#iefix') format('embedded-opentype'),
		url('../Fonts/Bebas/BebasNeue-Regular.woff2') format('woff2'),
		url('../Fonts/Bebas/BebasNeue-Regular.woff') format('woff'),
		url('../Fonts/Bebas/BebasNeue-Regular.ttf') format('truetype'),
		url('../Fonts/Bebas/BebasNeue-Regular.svg#BebasNeue-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Lato';
	src: url('../Fonts/Lato/Lato-Regular.eot');
	src: url('../Fonts/Lato/Lato-Regular.eot?#iefix') format('embedded-opentype'),
		url('../Fonts/Lato/Lato-Regular.woff2') format('woff2'),
		url('../Fonts/Lato/Lato-Regular.woff') format('woff'),
		url('../Fonts/Lato/Lato-Regular.ttf') format('truetype'),
		url('../Fonts/Lato/Lato-Regular.svg#Lato-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Lobster';
	src: url('../Fonts/Lobster/Lobster.eot');
	src: url('../Fonts/Lobster/Lobster.eot?#iefix') format('embedded-opentype'),
		url('../Fonts/Lobster/Lobster.woff2') format('woff2'),
		url('../Fonts/Lobster/Lobster.woff') format('woff'),
		url('../Fonts/Lobster/Lobster.ttf') format('truetype'),
		url('../Fonts/Lobster/Lobster.svg#Lobster') format('svg');
	font-weight: normal;
	font-style: normal;
}


.openSans {
	font-family: 'Open Sans', sans-serif;	
}
.bebas {
	font-family: 'Bebas Neue', sans-serif;	
}
.lato {
	font-family: 'Lato',sans-serif;
}
.lobster {
	font-family: 'Lobster', sans-serif;
}
.text-box{
	padding-top: 2rem;
}
.result {
	margin-bottom: 0;
	margin-top: 3rem;
}
.fonts {
	font-size: 2rem;
	text-align: center;
	padding: 2rem;
}
small {
	font-size: 1.3rem;
}
