
.logo {
	/* margin: 0px auto 0 auto;
	width: 280px; */
	background: url("../index_1.html");
	background-size: cover;
  background-position: center;
}
.logo img {
	width: 400px !important;
  /* height: auto; */
	padding: 10px 0 10px 0; 
}

.module {
  width: 300px;
  height: 200px;

  overflow-y: scroll; /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
}

