@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
html {
    font-family: 'Roboto', sans-serif;
	font-size: 30px;
	background-color: #303952;
	color: #05c46b;
}
html,
body {
    height: 100%;
    min-height: 100%;
}
body { margin: 0; }

.container {
    display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}