body {
  background: white !important;
  overflow: hidden;
}

body,
.section {
   overflow: hidden !important;
   position: fixed !important;
}

.main-menu {
   display: none;
}

.co {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 9000000;
  background: white;
}

.co_c {
	margin: 0 auto;
	align-items: center;
	width: 100%;
}

.co_i {
	color: #20201e;
	max-width: 400px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -93px 0 0 -188px;
	text-align: center;
}

.co_t {
  padding: 50px;
  font-size: 23px;
}

.co_imp {
  margin-top: 18px;
}

.co_imp a {
  font-size: 12px;
  text-decoration: underline;
  color: black;
}

.co_imp a:hover {
  color: grey;
}