 

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */

/*
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}*/

/*==============================

Layout

==============================*/
 
 
 
 
 
 
 
 
imge {
  display: block;
  width: 100%;
}	

/* Plugin */
/*==============================

Style

==============================*/
/* Common */
.inner {
 max-width: 980px;
  ppadding: 20px;
  margin: 0 auto;
  box-sizing: border-box;
}


/*
h1, h2 {
  text-align: center;
}

h1 {
  font-size: 3rem;
  width: 100%;
  height: 1em;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

h2 {
  font-size: 2rem;
}
*/
section {
  width: 100%;
  height: 100%;
  position: relative;
}
section .inner {
  height: 100%;
}

#title {
  background-color: lightblue;
}
