/* || general styles */

html {
    font-family: 'helvetica neue', helvetica, arial, sans-serif;
  }
  
  body {
    width: 800px;
    margin: 0 auto;
    background-color: #395243;
  }
  
  h1, h2 {
    font-family: 'Faster One', cursive;
    color: #031f2c;
  }
  
  /* header styles */
  
  h1 {
    font-size: 4rem;
    text-align: center;
  }
  
  header p {
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    color:  #25082e;
  }

  section {
    width: 100%;
  }
  
  /* section styles */
  section article {
    width: 33%;
    float: left;
  }
  
  section p {
    margin: 5px 0;
  }
  
  section ul {
    margin-top: 0;
  }
  
  h2 {
    font-size: 2.5rem;
    letter-spacing: -5px;
    margin-bottom: 10px;
  }

  p{
    color:  #25082e;
  }
  li{
    color:  #120a5f;
  }

img {
  max-width: 90%;
}
