
body { 
  background: linear-gradient(lightcyan 70%, darkgreen) fixed; 
  /* background-image: linear-gradient(lightcyan 70%, darkgreen); */
}

@media only screen and (min-width: 600px){
    .ui-page {
        width: 400px !important;
        margin: 0 auto !important;
        position: relative !important;
        border-right: 2px #666 outset !important;
        border-left: 2px #666 outset !important;
    }
}

h2 {
  color: blue;
}

.prolog {
  color: black;
}

.ui-btn {
  margin-top: 20px;
}

.appbtn {
  display: inline-block;
  font-family: Helvetica, sans-serif;
  font-size: 80%;
  font-weight: bold;
  text-transform: none;
  border-style: solid;
  border-width: 2px;
  border-color: #303030;
  border-radius: 6px;
  background-color: #C0C0C0;
  opacity: 0.8;
  color: black;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 2px;
  padding-right: 2px;
}

.pagename {
  display: inline-block;
  font-family: Helvetica, sans-serif;
  font-weight: bold;
}

.home_img {
  position: absolute; 
  width: 100%;
  text-align: center;
  margin: 0 auto;
  border: none;
  display: none;
}

.home_img img {
  width: 200px;
  height: 356px;
  margin-left: -28px;
}

.post-img {
  height: 355px;
}

.appstore {
  text-align: center;
}

.appstore-caption {
  text-align: center;
  color: blue;
  font-size: 80%;
  margin-top: -5px;
  margin-bottom: 10px;
}

.qrcode {
  display: none;
}

.link {
  text-align: center;
  color: blue;
  font-size: 80%;
}

.edition {
  text-align: center;
  color: black;
  font-size: 75%;
}