@import url('https://fonts.googleapis.com/css?
family=Bangers&display=swap&subset=latin-ext,vietnamese');

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.container-all  {
	width: 1000px;
	height: 450px;
	height: 100vh;
	/*background: #e8e8e8;*/
}

.content{
	width: 1000px;
	height: 450px;
	backgroun: #fff;
	margin-left: auto;
	top: 100px;
}

