body {
	font-family: 'Brush Script MT', cursive;
	font-size: 28px;
	background: #e35f73 url("https://image.freepik.com/free-vector/botanical-seamless-pattern-blooming-flower-pink-background_1182-1671.jpg");
	text-align: center;
	background-attachment: fixed;
    background-position:center;
}

h1 {
  text-align: center;
  font-size: 60px;
  font-family: 'Brush Script MT', cursive;
  }

.main {
  background: #fff5ba;
  margin: 0 auto;
  height:750px;
  width:900px; /*has extra 1px*/
  margin-top:5%;
  margin-bottom:5%;
  border: 7px solid #730f1e;
  }