@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap');

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0; height: 100%;}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

body {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #CE1531; 
	background: #000000;
	overflow: hidden;
}

a {
	text-decoration: none;
}

.container {
	height: 90%;
	width: 100%;
	display: flex;
}
