/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #ffffff;
}
 
 
/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
 
.container {
  width: auto;
  max-width: 680px;
  padding: 0 15px;
  text-align:center
}
.container .text-muted {
  margin: 20px 0;
}


/* header CSS
-------------------------------------------------- */
.header-block {
    color: #fff;
    padding: 20px;
    background: #85cbc5;
    position: relative;
    z-index: 10;
}
 
.header-block:before {
    content: "";
    position: absolute;
    background: #85cbc5;
    margin: 4px;
    border: 2px #fff solid;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: -10;
}

.header-text {
  font-size: large;
  clear:both;
}
.header-text01 {
  text-align: right;
  margin: -70px 0 5px 0;
  clear:both;
}
.header-text02 {
  text-align: right;
  margin: 10px 50px 0 0;
  clear:both;
}


/* side CSS
-------------------------------------------------- */
.side-text01 {
  font-weight:bold;
  margin: 20px 0 5px 50px;
  clear:both;
}

/* center CSS
-------------------------------------------------- */
.center-text01 {
  word-wrap: break-word;
  clear:both;
}