* {
  box-sizing: border-box;
}

body{
  background-color: yellowgreen;
}

#topflower{
  position: absolute;
  right: 10px;
  top:0;
  height: 7rem;
  width: 7rem;
}

.timetext{
  color: blue;
  display:inline;
}

.formtext{
  color: red;
  display:inline;
}
.feelingtext{
  color: yellow;
  display:inline;
}

.footnote {
  text-decoration: none;
  font-size: 12px;
}


.flowercontainer {
  height: 12rem;
  width: 12rem;
  position: relative;
  display: block;
}

.post {
  height: 20%;
  width: 20%;
  background-color: #a2a2a1;
  box-shadow: .1em .1em .1em white inset;
  border-radius: 50%;
  position: absolute;
  margin: -10% 0 0 -10%;
  top: 50%;
  left: 50%;
  border: none;
  cursor: pointer;
}

.form,
.feeling,
.time, .northpetal, .southeastpetal, .southwestpetal {
  width: 20%;
  height: 20%;
  border-radius: 0 95% 40% 95%;
  position: absolute;
  margin: -10% 0 0 -10%;
}

.time {
  transform: rotate(165deg);
  top: 37.5%;
  left: 27.5%;
  box-shadow: 0em 1.5em 1.5em #e4e5ed inset;
}

.form {
  transform: rotate(45deg);
  box-shadow: 0em 1.5em 1.5em #FF0000 inset;
  top: 75.3%;
  left: 50%;
  box-shadow: 0em 1.5em 1.5em #f6dbdf inset;
}

.feeling {
  transform: rotate(285deg);
  box-shadow: 0em 1.5em 1.5em #fcc614 inset;
  top: 37.5%;
  left: 72.5%;
  box-shadow: 0em 1.5em 1.5em #fcebb7 inset;
}

.northpetal {
  transform: rotate(225deg);
  top: 24.7%;
  left: 50%;
  box-shadow: 0em 1.5em 1.5em #FF0000 inset;
}

.southeastpetal {
  transform: rotate(345deg);
  top: 62.5%;
  left: 72.5%;
  box-shadow: 0em 1.5em 1.5em #0000FF inset;
}

.southwestpetal {
  transform: rotate(105deg);
  top: 62.5%;
  left: 27.5%;
  box-shadow: 0em 1.5em 1.5em #fcc614 inset;
}

#contentone {
  margin-left: 15px;
  width:22em;
  background-color: rgb(249, 239, 145);
  cursor: ns-resize;
  overflow-x: scroll;
}

#legalpad {
  height: 20rem;
  padding: 2em;
  font-style: italic;
}

#barlegalpad {
  width: 100%;
  height: 5vh;
  background-color: rgb(114 58 41);
  top: 0;
  padding: 1.2em;
  box-shadow: 0em .5em #888888;
}
.xbutton{
  height: 1.2em;
  width: 1.2em;
  border-radius: 50%;
  background-color: rgb(242 93 90);
  border: none;
  cursor: pointer;

}

.content header {
  text-align: left;
  font-size: 1.9em;
  //color: white;
  //color: darkgray;
  color: black;
  display: block;
  transition: 0.3s;
}

.content ul {
  text-align: left;
  font-size: 1.2em;
  color: gray;
  margin-top:.5em;
}

.funeralli {
  padding-left: .5em;
}


.content a {
  text-decoration: none;
}

.image{
  max-width: 50vw;
}

.image1{
  max-height: 50em;
}
