body{
  background-color: #FFAC87;
  
}

.Nav{
  font-family: "litania", serif;
  font-style: normal;
  font-weight: 400;
  text-shadow: 1px 2px grey;
  display: inline-block;
  position: relative;
  
}

#header{
  font-family: "litania", serif;
  font-style: normal;
  font-weight: 400;
  color: #FF5D57;
  text-align: center;
  font-size: 1em;
  background-color: #FFB5AF;
  border: solid #DF031A;
  margin: 0 auto 1em;
  padding: .5em;
  height:30em;
  width: 70em;
  line-height: .1;
  position: relative;
}

.article{
  font-family: "litania", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.5em;
  color: #FF5D57;
  background-color: #FFB5AF;
  margin: 0 auto 1em;
  padding: 2em;
  width: 30em;
  text-align: center;
  position: relative;
  
}

.CCI{
  Width: 20em;
}

h1{
  font-size: 2em;
  padding: 2em;
  margin: 0 auto 1em;
  font-size: 2.5em;
  padding-top: 1.75em;
}

h2{ 
  font-size: 2.5em;
  position: relative;
  color: #870200;
  text-shadow: 2px 2px grey;
  
}

h3{
  font-size: 5em;
  font-family: "memoriampro",
    sans-serif;
  color: #DF031A;
  text-shadow: 4px 4px grey;
  position: relative;
  bottom: 1.75em;
}

h4{
  font-size: 2em;
  word-spacing: 2em;
  position: relative;
  bottom: 2em;
}

h5{ 
  font-size: 3.25em;
  font-family: "memoriampro",
  sans-serif;
  color: #DF031A;
  position: relative;
  margin: .5em;
  text-align: center;
}

h6{
  font-size: 3em;
  color: #DF031A;
  text-decoration: underline;
  margin: .8em;
}

p{
  font-size: 1.75em;
}

ul{
  font-size: 1.75em;
  list-style-type: none;
}

a{
  text-decoration: none;
}

a:link{
  color: #DF031A;
}

a:visited {
  color: #FF5D57;
}

a:hover{
  color: #870200;
  text-decoration: underline;
}

a:active{
  color: #DF031A;
}

#button{
  color: #870200;
  font-size: 3em;
  font-family: "memoriampro",
    sans-serif;
  background-color: #FFB5AF;
  width: 3em;
  text-align: center;
  position: fixed;
  bottom: .1em;
  right: .1em;
}

.icon{
  width: 5em;
  height:5em;
  position: relative;
  margin: 0 auto;
  bottom: 7.5em;
}

#threecakes{ 
  position: relative;
  width:25%;
  margin: 0 auto;
  left: 2em;
}

#sprinkles{
  position: relative;
}

#heart{
  position: relative;
}

#eat{
  position: relative;
  display: inline-block;
}