html {
  height: 100%;
  width: 100%;
}
#heading{
  font-size: 5.5em;
  color: #ffffff;
  font-family: Georgia;
  font-weight:400;
  font-style:normal;
  text-align:center;
  padding:4px;
  text-shadow: 1px 1px 2px #FF69B4, 0 0 25px #F33A6A, 0 0 5px #E0115F;
}
.Send Flowers-regular {
  font-family: "Georgia", system-ui;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
}
h2{
  font-family: "Georgia", system-ui;
  font-weight: 400;
  font-style: normal;
  text-align:center;
  font-size: 60px;
  color: #FF69B4;
  text-shadow:1px 1px 2px #ffffff;
}
p{
  font-family: Georgia", system-ui;
  font-weight: 400;
  font-style: normal;
  text-align:center;
  font-size: 30px;
  text-shadow:1px 1px 2px #ff1d8e
}
li{
  display:inline;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#navi{
  background-color: #EE9438;
  padding: 20px;
  position: relative;
  text-align:center;
  font-size: 1.3em;
  box-shadow: 1px 3px 30px 1px  #ffffff;
}
a{
  padding: 20px;
  position: relative;
  text-align:center;
  font-size: 30px;
  word-spacing: 300px;
   font-family: "Georgia", system-ui;
  text-decoration: none;
}
body{
  background-color: #f92d2f;
}
a:hover{
  color:#564677;
}

a:link{
  color:#FF69B4; 
}
a:visited{
  color:#AA336A;
}
#subheading{
  font-size: 5.5em;
  letter-spacing: 0.3cm;
  color:#000000;
  font-family:Georgia;
  font-weight:400;
  font-style:normal;
  text-align:center;
  padding:55px;
}
#CFU{

  font-size: 2em;
  padding:20px;
}
.container{
  box-shadow: 1px 3px 30px 1px #ffffff;
  color: #000000;
  height:2500px;
 margin: 15px;
  overflow:hidden;
  text-align: center;
}

img{
  border-color: white;
  border-style: dotted;
  border-width: 10px;
  border-radius: 10px;
  box-shadow: 1px 3px 30px 1px  #ffffff;
}
