html{
    box-sizing: border-box;
}
*,*:before,*:after{
    box-sizing: inherit;
}



body{
    color: #343434;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat',sans-serif;
    font-size: 15px;
    line-height: 1.5;
}
.eddet h3{
    margin-bottom: 0;
}
.eddet h3+p{
    font-style: italic;
}
.eddet h3~p{
    margin: 0;
}
img{
    width: 300px;
}
a{
    color: #ffe66d;
}
a:hover{
    text-decoration: none;
}
header{
    background: #2f3061;
    color: #f7fff7;
    
}
.projects{
    background: #f7fff7;

}
.projects a{
    color: #2f3061;

}
.projects .btn{
    background:#2f3061 ;
    text-decoration: none;
    color: #f7fff7 ;
    padding: 8px;
    border-radius: 10px;
    display: inline-block;
}
.projects .btn:hover{
    background: rgba(47, 48, 98, 80%);
    
}
.project-items{
    overflow: hidden;
    
}
.divider section{
    border-bottom: 1px dashed #343434;
    padding: 25px 0;
}
.divider section:last-of-type{
    border-bottom: none;
}

.project-items h3{
    margin-top: 0;
}
.work{
    background: #a1c6d7;
}
footer{
    background: #343434;
    color: #f7fff7;
    
}
h2{
    
    font-size: 45px;
}
h1{
    font-size: 100px;
}
h1,h2{
    font-family: 'caveat',cursive;
    font-weight: 400;
    margin: 0;
    line-height: 1;
}
.content-wrap{
    max-width: 800px;
    width:85%;
    margin: 0 auto;
    padding: 60px 0;
}
.contact{
    list-style-type: none;
    padding: 0;
    

}
.contact a{
    padding:15px;
    display: inline-block;
}
.ed{
    background-image: url(/component/images/joanna-kosinska-unsplash.jpg);
    background-size: cover;
    background-position: top right;
    padding-bottom: 100px;
}
.ed p{
    width: 60%;
}


/*================================*/
.container {
    margin-top: -12px;
    box-sizing: border-box;
    max-width: 700px;
    width: 85%; /* Full width */
    background-color: #ddd; /* Grey background */
    border-radius: 5px;
    margin-left: 10px;
  }
  .work h3{
    margin-left: 10px;
  }
  .skills {
    text-align: right; /* Right-align text */
    padding-top: 10px; /* Add top padding */
    padding-bottom: 10px; /* Add bottom padding */
    color: white; /* White text color */
  }
  
  .html {width: 90%; background-color: #04AA6D;border-radius: 5px;} /* Green */
  .css {width: 80%; background-color: #2196F3;border-radius: 5px;} /* Blue */
  .js {width: 65%; background-color: #f44336;border-radius: 5px;} /* Red */
  .php {width: 60%; background-color: #808080;border-radius: 5px;} /* Dark Grey */
  .rjs {width: 50%; background-color: #f44336;border-radius: 5px;} /* Blue */
  .sql {width: 65%; background-color: #f44336;border-radius: 5px;} /* Red */
  .dev {width: 60%; background-color: #808080;border-radius: 5px;} /* Dark Grey */
  /*Responsive
  ==========================================*/
  @media screen  and (min-width:750px)  {
    header, footer{
        text-align: center;
    }
    .project-items img{
        float: left;
        margin-right: 20px;
    }
    .contact{
        display: flex;
    justify-content: center;
    
    }
   
    
  }

  @media screen  and (max-width:749px)  {
    h1{
        font-size: 75px;
        line-height:0.9;
        margin-bottom: 20px;
    }
    h1,h2{
        line-height: 1;
    }
    .contact a{
        padding:5px;
    }
  }