/* @import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300); */
* {
  margin: 0;
  padding: 0;
}

h1 {
  /* center the texts */
  text-align: center;
  /* set the font size */
  font-size: 3em;
  /* set the font family */
  font-family: "MontserratRegular"f;

  /* set the font weight */
  font-weight: 100;
  /* set the text color */
  color: #b14c38;
  /* set the text shadow */
  text-shadow: 1px 1px 0px #b14c38;
  /* set the padding */
  padding: 20px;
  /* add some blank on the top of this text */
  margin-top: 130px;
  
}

