*{
	margin: 0;
	padding: 0;
	font-family: 'Rubik', sans-serif;
}

body{
	display: grid;
	justify-content: center;
	align-content: center;
}

.conatiner{
	width: 480px;
	background: #edf3f6;
	height: 100vh;
}

@media screen and (max-width: 480px) {
	.conatiner{
		width: 100%;
	}
}