html{
	width: 100%;
	scroll-behavior: smooth;
	margin: auto;
}

body{
	width: 100%;
}

p{
    font-family: "Newsreader";
    font-weight: 380;
    font-size: 1.15em;
    line-height: 1.3em;
	  text-align: center;
    margin-top: 0px;
    margin-bottom: 12px;
}

a{
  color: #000000;
}

.story{
    position: relative;
    width: 20%;
    margin-left: 50%;
    margin-bottom: 600px;
    padding: 20px;
    transform: translate(-50%, 0%);
    z-index: 1;
}

.italic{
    font-weight: 500;
    font-style: italic;
    color: #c56f97;
}

.tulip-div{
    position: fixed;
    width: 12%;
    height: auto;
    bottom: -10px;
    left: 55%;
    pointer-events: none;
    z-index: 10;
}

.tulip-full{
    position: relative;
    width: 100%;
    height: auto;
    pointer-events: auto;
}

.stem{
    position: relative;
    width: 100%;
    z-index: 2;
}

.petal{
    position: absolute;
    width: 100%;    /* fixed pixel size avoids jumps */
    top: 0;
    cursor: grab;
    user-select: none;
    pointer-events: auto;
}

.petal1{z-index: 7;}
.petal2{z-index: 6;}
.petal3{z-index: 5;}
.petal4{z-index: 4;}
.petal5{z-index: 3;}