@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap');

body.front {
background: #6b4977;
margin: 30px 30px;
color: white;
font-family: 'Open Sans', sans-serif;
}

h1.title {
font-size: 25px;
padding-left: 70px;
padding-top: 50px;
font-weight: 400;
}

div.quotebox {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}



p.quote-text {
  margin-top: 100px;
  font-size: 22px;
  font-weight: 400;
}

p.quote-attrib {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 300;
}
