h1 {
  text-align: center;
  font-size: 200px;
  color: #C1272D;
  margin-bottom: 90px;
  font-family: bodoni-urw, serif;
  font-weight: 400;
  font-style: normal;
 
}

p {
  text-align: center;
  font-size: 24px;
  margin-left: 13em;
  margin-right: 13em;
  color: white;
  font-family: bodoni-urw, serif;
  font-weight: 500;
  font-style: normal;
  
}

h2 {
  text-align: center;
  font-size: 61px;
  color: white;
  margin-top: 100px;
  margin-bottom: 50px;
  font-family: bodoni-urw, serif;
  font-weight: 500;
  font-style: normal;
  
}

.BODONI-URW-LIGHT {
  text-align: center;
  font-size: 30px;
  margin-left: 10em;
  margin-right: 10em;
  color: #C1272D;
  font-family: bodoni-urw, serif;
  font-weight: 300;
  font-style: normal;
  
}

.light {
  text-align: center;
  font-size: 28px;
  margin-left: 10em;
  margin-right: 10em;
  color: white;
  margin-bottom: 110px;
  font-family: bodoni-urw, serif;
  font-weight: 300;
  font-style: normal;
  
}

.BODONI-URW-REGULAR {
  text-align: center;
  font-size: 30px;
  margin-left: 10em;
  margin-right: 10em;
  color: #C1272D;
  font-family: bodoni-urw, serif;
  font-weight: 400;
  font-style: normal;
  
}

.regular {
  text-align: center;
  font-size: 28px;
  margin-left: 10em;
  margin-right: 10em;
  color: white;
  margin-bottom: 110px;
  font-family: bodoni-urw, serif;
  font-weight: 400;
  font-style: normal;
  
}

.BODONI-URW-MEDIUM {
  text-align: center;
  font-size: 30px;
  margin-left: 10em;
  margin-right: 10em;
  color: #C1272D;
  font-family: bodoni-urw, serif;
  font-weight: 500;
  font-style: normal;
  
}

.medium {
  text-align: center;
  font-size: 28px;
  margin-left: 10em;
  margin-right: 10em;
  color: white;
  margin-bottom: 110px;
  font-family: bodoni-urw, serif;
  font-weight: 500;
  font-style: normal;
  
}

.BODONI-URW-BOLD {
  text-align: center;
  font-size: 30px;
  margin-left: 10em;
  margin-right: 10em;
  color: #C1272D;
  font-family: bodoni-urw, serif;
  font-weight: 700;
  font-style: normal;
  
}

.bold {
  text-align: center;
  font-size: 28px;
  margin-left: 10em;
  margin-right: 10em;
  color: white;
  margin-bottom: 110px;
  font-family: bodoni-urw, serif;
  font-weight: 700;
  font-style: normal;
  
}

body {
	background-image: url(http://robison.fsartanddesign.org/spring2020/GD50/imgs/nala-bkgd.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
}