@charset "UTF-8";

#wrapper {
    padding: 20px;
}

h1 {
  position: relative;
  padding: 0.3em;
  background: #f6bfbc;
  margin-bottom: 3%;
  text-align: center;
}

h1:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #f6bfbc;
  width: 0;
  height: 0;
}
p {
    line-height: 2.0;
}
footer {
    background-color:#eae5e3;
    font-size:10px;
    text-align:center
}