body {
  font-family: Arial, Helvetica, sans-serif;
  background-image: url('images/marb009.jpg'); background-repeat: repeat; overflow:hidden; z-index:90;

}

.mobile-container {
  max-width: 480px;
  margin: auto;
 /* background-color:#6DF90D;*/
  height: 500px;
  color: black;
  border-radius: 10px;
  background-image:url('images/marb009.jpg'); background-repeat: repeat; overflow:hidden; z-index:90;
  overflow:auto;
}

.topnav {
  overflow: hidden;
 /* background-color: #6DF90D;*/
  position: relative;
  background-image:url('images/marb009.jpg'); background-repeat: repeat; overflow:hidden; z-index:90;

}

.topnav #myLinks {
  display: none;
}

.topnav a {
  color: black;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

.topnav a.icon {
 /* background: green;*/
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background-image:url('images/marb009.jpg'); background-repeat: repeat; overflow:hidden; z-index:90;

}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.active {
  background-color: #6DF90D;
  color: white;
}

h3{
	text-align:center;
	font-size:x-large;
	color:blue;
}

.MA{
	margin:auto;
	width:50%;
	border: 1px solid red;
	padding:10px;
	font-size:14px;
}

.MA a{
	font-size: large;
}

