*{
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
}
body {
	background-image: url(/public/img/Background.png);
	background-repeat: repeat-y;
	background-position: 80% 0%;
	background-size: 50%;
}