@charset "UTF-8";
#pagenaka {
  height: 120px;
  background: url("../images/pagebackground.jpg") no-repeat center top;
  background-size: cover;}
#thanks {
  background: #FEF4EB;
  text-align: center;
  padding: 160px 0 200px;}
#thanks a {
  font-weight: bold;
  margin: 20px auto;
  text-align: center;
  font-size: 120%;
  text-decoration: underline;}


@media screen and (max-width: 768px){
  #pagenaka { height: 50px;}  
  #thanks { padding-top: 60px;}}