.clear {
  margin: 0;
  padding: 0;
  clear: both;
}

.text-center {
	text-align: center !important;
}

.mt-10 {
	margin-top: 10px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.red {
	color: #ff0000 !important;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
}
