html, body{
	background-color: #313131;
	overflow: hidden;
}

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

svg{
	max-width: 300px;
}