* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body {
    background-color: #fff8f0;
    color: #412189;
    
    font-family: haboro-soft, sans-serif;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    margin-bottom:100px;
    
  }

  h1, h2, H3, h4{
    font-family: haboro-soft, sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  h1 {
    font-size: 40px;
  }

  h1 > span {
    color: #ff8811;
  }

  h2 {
    font-size: 30px;
    padding: 10px;
    margin-bottom: 50px;
    margin-top: 30px;
  }

  h3 {
    padding: 15px;
    font-size: 24px;
    margin-bottom: 20px;
  }

  h4 {
    margin-top: 14px;
    margin-bottom: 14px;
  }



  a {
    text-decoration: none;
  }

  hr {
    border-top: 1px dotted;
  }

  

  p {
    margin-top: 20px;
  }

  ul {
    margin-top: 20px;
  }

  .contentList li {
    padding: 10px;
    font-weight: 600;
    
  }


  .uxdesign {
    color:#ff8811;
  }
  
  .uxwriting { 
    color:#5ab5ab;
  }

  .uxdesign > a {
    color:#ff8811;
  }
  
  .uxwriting > a { 
    color:#5ab5ab;
  }

  .uxsound {
    color:#deb33b;
  }

  .uxsound > a {
    color:#deb33b;
  }


  .container {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    margin-top : 100px;
  }

  
  header {
    position: fixed;
   
    top: 0;
    height: 60px;
    padding: 0px 20px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    font-family: haboro-soft, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    background-color: #412189;
    color:#FFF
    
  }

  span {
    display:inline-block;
  }

  header a {
    color: #F8F5F5;
  }
  
  
  .logo > img {
    width: 100%;
    height: 100%;
    max-width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-left: 20px;
  }
  
  @media (max-width: 650px) {
    .logo > img {
      margin: 0 auto;
    }
  }
  
  
  nav {
    font-weight: 400;
    font-family: haboro-soft, sans-serif;
  }


  
  
  nav > ul {
    width: 100%;
    margin-top: 0;
    display: flex;
    flex-direction: row;
    justify-content: left;
    flex-wrap: nowrap;
    font-family: haboro-soft, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
  }

  #navbarMain {
    width: 75vw;
    display: inline;
  }



  nav > ul > li {

    list-style: none;
    padding: 10px;
    
  }


  #presentation {
    max-width: 1000px;
    margin: 0 auto;
    padding : 20px; 
  }
  
  #competences {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    max-width: 1000px;
    text-align: center;
    flex-wrap: wrap;
  
  }

  .Illustration {
    display: block;
    margin: 0 auto;
    margin-top: 70px;
    margin-bottom: 70px;
    max-width: 700px;
  }

  .card {
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: #F8F5F5;
    width: 280px;
    margin-bottom: 30px;
    box-shadow: 0px 6px 5px 1px rgba(0, 0, 0, 0.1);
    
  }
  
  .icons {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly  ;
    align-items: center;
    margin-top:20px;
    margin-bottom: 20px;
    
    
  }

  


  .card > h2 {
    padding-top: 40px;
  }

  .card > #ux {
    background-color: #ff8811;
  }



  a:hover {
    color:#F8F5F5;
  }
  

  #content {
    background-color: #5ab5ab;
  }
  #sound {
    background-color: #deb33b;
  }

  .btn {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    margin-top: 20px;
    padding: 5px;
    background-color: #412189;
    color:#F8F5F5;
    font-family: ibm-plex-mono, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    border: 0;
    border-radius: 3px;
    margin-bottom: 20px;
    justify-content: center;
    align-items: center;
    width: 140px;
    
  }

  .btn a {
    color: #F8F5F5;
  }
  
  .btn:hover {
    background-color:#582ebb  }

  .storyStage {
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 90px;
  }

  .storyStage img {
    width: 85vw;
  }

  .storyProblem {
    align-items: center;
    padding: 20px; 
  }
  
  #story2 {
    flex-direction: row-reverse;
  }

  .cardSolution {
    display: flex;
    flex-direction: column;
    max-width: 600px;
    justify-content: center;
    align-items: flex-start;
    text-align:center;
    margin: 0 auto;
    
  }
  

  .storySolution {
    background-color: #412189;
    color:#F8F5F5;
    padding: 30px;
  }

  .storySolution > h2 {
    margin-top: 0;
  }

  .skillSolution {
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color:#F8F5F5;
    border-style: dashed;
    border-width: 1px;
    border-top: none;

  }

  .skillItem {
    justify-content: center;
    max-width: 33%;
    padding: 10px;
    margin-top: 25px;
    
  }

  .skillItem > p {
    font-size: 13px;
    font-family: ibm-plex-mono, monospace ;
  }
  .skillItem > img {
    width: 120px;
  }


  @media screen and (max-width: 926px) {
  
  h1 {
    text-align: center;
  }
  
  
  body {
    
    margin: 0 auto;
    margin-bottom: 40px;
    
  }
  
  p, ul {
    padding-left: 20px;
    padding-right: 20px;
  }



  img {
    width: 100vw;
  }

  .contactList {
    flex-direction: column;
  }
}

.vl {
  border-left: 1px;
  height: 100px;
  position: absolute;
  left: 50%;
  
  top: 0;

}

#contact {
  margin-top: 40px;
}

.cardContact {
  max-width: 600px;
  margin: 0 auto;
  justify-content: center;
  text-align: center;
}


footer {
  text-align: center;
}
.contactList {
  list-style-type: none;
    padding: 0;
    display: flex;
    justify-content: center;
}

.contactList a {
  padding: 15px;
  display:inline-block;
}

.contactList a:hover {
  color:#582ebb
}