
.wrapper	{
max-width: 1000px;
margin-left: auto;
margin-right: auto;
border: solid 0px #41f453;
}

.page	{
margin: 0 20px;
border: solid 0px #4286f4;
}

.container-center {
	display: flex;
	justify-content: center;
  align-items: center;
  padding-top: 200px;
}

.center	{
display: flex;
justify-content: center;

}

