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

body{
	width: 56%;
    margin: auto;    
    padding-top: 50px;
}

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

a{
  color: #000000;
}

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

.bed-frame{
    width: 100%;
    display: flex;
}

.side-pillar{
    width: 3%;
    display: flex;
    flex-direction: column;
}

.pillar-filler{
    flex-grow: 1;
    background-color: #000000;
}

.bed-middle{
    width: 100%;
}

.bed-bottom{
    width: 100%;
    padding-bottom: 50px;
}

.pillow{
    width: 25%;
    padding-left: 5%;
    margin-bottom: -5px;
}

.story{
    position: relative;
    margin: 10px;
}

.pea{
    position: absolute;
    width: 40px;
    height: auto;
    right: 60px;
    bottom: 10px;
    cursor: grab;
    z-index: 10;
    user-select: none;
}