
body {
font-family: Arial, Helvetica, sans-serif;
}

h1 {  font-size: 45px;}

h2 {  font-size: 40px;}

h3 {  font-size: 35px;}

h4 {  font-size: 30px;}

h5 {  font-size: 20px;}



p {  font-size: 25px;}

.mobile-container {
  max-width: 100%;
  margin: auto;
  background-color: #ffffff;
  height: 100%;
  border-radius: 10px;
}

.topnav {
  overflow: hidden;
  background-color: #333;
  position: relative;
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

.topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.active {
  background-color: #04AA6D;
  color: white;
}