* {
  margin: 0;
  Padding: 0;
}

ul li {
  display: inline-block;
  list-style: 0;
}

ul li a {
  text-decoration: 0;
  font-size: 20px;
  font-family: arial;
  padding: 0 20px;
  color: black;
}

div.pa {
  padding: 0.5rem;
}

div.pa img {
  max-width: 50%;
}

div.pa h2{
  color: #FFD400;
}

img {
  /*max-width: 50%; */
  height: auto;
}

body {
  width: 100%;
}

@media only screen and (max-device-width: 480px) {
  body {
    width: 145%;
  }

  h1 {
    text-align: center;
  }

  .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }

  footer {
    position: absolute;
    bottom: -820px;

  }
}

@media only screen and (min-device-width:900px) and (max-device-width:1100px) {
  body {
    width: 145%;
  }

  h1 {
    text-align: center;
  }

  .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }