@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700');

body {
  background-color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  margin: 0;
  color: #444;
}

h1 {
  font-family: "Merriweather", serif;
  font-size: 32px;
}

.center{
  text-align: center;
  max-width: 100%;
  background-color: rgb(255, 255, 230);
  padding: 30px;
}

#background{
  display: inline-block;
  position: relative;
  background-color: rgb(213,213,213);
  width: 330px;
  height: 280px;
}

.stripe{
  background-color: rgb(229,210,196);
  width: 330px;
  height: 20px;
  margin-top: 20px; 
  display: block;
}
