#wrapper
{
  background-color: #9d4881;
  height:100vh;
  width:100vw;
}
.row
{
  display:flex;
  height: 100vh;
  width: 100vw;
  justify-content:center;	
  align-items:center;
}
.col
{
  margin-top:5vh;
  display:flex;
  height: 100vh;
  width: 100vw;
  flex-direction:column;
  justify-content:center;	
  align-items:center;
}

#instructions
{
  display:flex;
  width:300px;
  height:100px;
  background-color:#f3e5ca;
  justify-content:center;
 	align-items:center;
  border-radius:50px;
  margin:20px;
	color:#6e5654;
  
}
#middleCol
{
  display:flex;
  flex-direction:column;
  align-items:center;
}
#middleSection
{
  display:flex;
  height: 560px;
  width: 373px;
  border:10px solid transparent;
  border-radius:25vw/35vw;
  overflow:hidden;
  background-color:#f3e5ca;
  justify-content:center;
  align-items:center;
  
}

#middleSection:hover
{
  box-shadow: 0 0 30px 10px #fdbce4;
}
.flowerRow
{
  display:flex;
  width:100%;
  flex-direction:row;
  justify-content:space-between;
}
#flowerRight
{
  transform:scaleX(-1);
}
#message
{
  display:none;
  color:#6e5654;
}
#initRose
{
  display:none;
}
.text
{
  font-family: 'Shadows Into Light', cursive;
 	
}
#greeting
{
  color:#fdbce4;
}
