/* CSS Document */
body {background-color: #a4b49d;}

@font-face {
   font-family: alta-regular;
   src: url(alta-regular.otf);
}

div.wrap {
width: 400px;
display: block;
margin: auto;
padding: 10px;
background-color: ;
}

div.logo {
background-image: url('logo-w400.png');
width: 400px;
height: 182px;
}

div.content {
padding: 10px;
background-color: #a4b49d;
}

div.foot {
width: 400px;
height: 10px;
}

* {
  font-family: alta-regular;
  color: white;
}

h1 {
font-weight: normal; 
  text-align:center;
  width: 100%;
  font-size: 36px;
  line-height: 22px;
  margin-top: 36px;
  
}


p {
  text-align:center;
  width: 100%;
  font-size: 36px;
  line-height: 20px;
}

img {
  display: block;
  margin: auto;
  width: 50%;
