/* ELEMENTS STYLING */

body{
  background-color: black;
  color: aliceblue;
}

h1{
  margin: 0px;
}

h2{
    font-weight: 300;
    line-height: 1.2;
    margin: 10px 0;
    font-size: 34px;
  }
h3{
    font-weight: 300;
    line-height: 1.2;
    margin: 10px 0;
    font-size: 24px;
  }
  
p{
    margin: 10px 0;
    font-size: 18px;
  }
  
.container{
    max-width: 1200px;
    margin: 0 auto;
    overflow: auto;
    padding: 0 40px;
    display: flex;
  }  

.story_title{
    font-size: 32px;
    font-weight: 700;
    display: flex;
    margin-top: 100px;
    margin-bottom: 0px;
    flex-direction: column;
}

.picture{
  display: flex;
  margin-top: 50px;
  margin-right: 50px;
  width: 700px;
}


/* media queries */
