body {
  margin: 0;
  font-family: 'Audiowide', cursive;
  font-size: 18px;

}

.page-wrapper {
  display: block;
  width: 100%;
}

@media (min-width: 700px) {
  .page-wrapper {
    display: flex;
  }
}
aside {
  background: radial-gradient(ellipse at bottom, #1b2735 0%, #090a0f 100%);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0 40px;
}

@media (min-width: 700px) {
  aside {
    background: radial-gradient(ellipse at bottom, #1b2735 0%, #090a0f 100%);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 50%;
    flex: 0 0 50%;
    padding: 0;
  }
}
h1,
.flourish {
  font-size: 6vw;
  margin: 10px 0;
  font-family: 'Audiowide', cursive;
  text-align: center;
}

@media (min-width: 700px) {
  h1,
.flourish {
    font-size: 4.5vw;
    margin: 20px 0;
    padding: 0 20px;
  }
}
h1 {
  letter-spacing: 10px;
  text-transform: uppercase;
}

.flourish {
  font-weight: bold;
}

.bio {
  margin: 0 20px;
  text-align: center;
  line-height: 1.5;
  font-style: italic;
}

@media (min-width: 1300px) {
  .bio {
    margin: 0 100px;
    text-align: center;
    line-height: 1.7;
    font-size: 1.2em;
  }

  article{
    margin-top: 30vh;
  }

  @media (min-width: 700px) {
    article {
      flex: 0 0 50%;
      margin-left: 50%;
      position: relative;
    }
  }
  .author,
  .photographer {
    text-transform: uppercase;
    font-size: 0.7em;
    letter-spacing: 1px;
    color: #777;
    padding: 0 20px;
    margin: 0;
    font-family: 'Audiowide', cursive;
  }

  .author span,
  .photographer span {
    color: rgba(0, 0, 0, 0.4);
    text-transform: capitalize;
  }

  @media (min-width: 700px) {
    .author,
    .photographer {
      padding: 0 60px;
    }
  }
  .image img {
    width: 100%;
    margin: 20px 0;
    height: 50vh;
    object-fit: scale-down;
  }

  .text {
    columns: 2;
    column-width: 250px;
    column-gap: 2em;
    padding: 0 20px;
    text-align: justify;
    margin-bottom: 10%;
  }

  .text p:first-child {
    margin-top: 0;
  }

  .text p:first-child:first-letter {
    float: left;
    color: red;
    font-size: 4em;
    line-height: 35px;
    padding: 19px 10px 10px 0;
  }

  @media (min-width: 1100px) {
    .text {
      padding: 0 60px;
    }
  }
  footer {
    height: 40px;
  }
}

@media (max-width: 850px) {
  #star-container{
    display: none;
  }

  .image{
    max-width: 80vw;
    position: relative;
    margin: auto;
  }

  .image img{
    width: 100%;
  }

  aside{
    margin-top: 675%;
  }

  .text p{
    padding: 1% 5%;
  }
}
