html, body {
    touch-action: manipulation;
}
body {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
  background: #ffffff;
  color: #222;
  font-size: 16px;
}
.nav {
  max-width: 960px;
  margin: 0 auto;
  padding: 10px;
  text-align:left;
}
.site-footer {
  background: #007bff;
  color: #fff;
  padding: 15px 0;
  text-align: center;
}
.site-header{
  background: #007bff;
  color: #fff;
}

.site-header .logo a, .menu a {
  color: white;
  text-decoration: none;
  margin-right: 20px;
}
.menu {
    margin-left: 10px;
}
a {
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
