html,body{
  height: 100%;
	scroll-behavior: smooth;
}

body{
  display: flex;
  align-items: center;
  padding-left: 30px;
}

p{
  font-family: "Newsreader";
  color: #ffffff;
  font-weight: 380;
  font-size: 1.15em;
  line-height: 1.3em;
  display: inline-block;
  margin: 0px;
}

a{
  color: #ffffff;
}

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

.story{
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  background-color: #000000;
  white-space: nowrap;
  padding-top: 5px;
  margin-top: 27px;
  margin-left: -2px;
}

.shoes{
  width: 700px;
}