
  body{
    font-family: "Roboto", sans-serif;
    color: #434455;
    background-color: #fff;
  }

  ul, ol{
    list-style-type: none;
  }

  a{
    text-decoration: none;
  }

  /*header*/

  .logo{
    font-family: "Raleway", sans-serif;
        font-weight: 700;
        font-size: 18px;
        line-height: 1.17;
        letter-spacing: 0.03em;
        text-transform: uppercase;
        color: #4d5ae5;
  }

  .header-logo{
    margin-right: 76px;
  }

  .header-logo .logo-part{
    color: #2e2f42;
  }

  .nav-link{
        font-weight: 500;
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 0.02em;
        color: #2e2f42;
  }

  .contacts{
    font-style: normal;
  }

  .contacts-link{
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 0.02em;
        color: #434455;
  }
   .nav-link:hover,
   .nav-link:focus,
   .contacts-link:hover,
   .contacts-link:focus {
        color: #404bbf;
  }

  /*main-sections-hero*/

  .sub-title{
      font-weight: 500;
      font-size: 20px;
      line-height: 1.2;
      letter-spacing: 0.02em;
      color: #2e2f42;
  }

  .text{
      font-weight: 400;
      font-size: 16px;
      line-height: 1.5;
      letter-spacing: 0.02em;
      color: #434455;
  }

  .hero{
    background-color:#2e2f42;
    text-align: center;
  }

  .main-title-hero{
        font-weight: 700;
        font-size: 56px;
        line-height: 1.07;
        letter-spacing: 0.02em;
        text-align: center;
        color: #fff;
  }

  .button{
      font-weight: 500;
      font-size: 16px;
      line-height: 1.5;
      letter-spacing: 0.04em;
      cursor: pointer;
      color: #fff;
      background-color: #4d5ae5
  }

  .button:hover,
  .button:focus{
    background-color: #404bbf;
  }
      
  /*main-sections-qualitys*/

  .qualitys{

  }

  .qualitys-title{

  }

  .qualitys-list{

  }

  .qualitys-list-item{

  }

  /*main-sections-team*/

  .team-title,
  .portfolio-title{
      text-transform: capitalize;
      font-weight: 700;
      font-size: 36px;
      line-height: 1.11;
      letter-spacing: 0.02em;
      text-align: center;
      color: #2e2f42;
  }

  .team{
    background: #f4f4fd;
  }

  .team-title{
      font-weight: 700;
      font-size: 36px;
      line-height: 1.11;
      letter-spacing: 0.02em;
      text-align: center;
      color: #2e2f42;
  }

  .team-list-item{
      background-color: #FFFFFF
  }

  /*main-section-portfolio*/

  .portfolio{

  }

  .portfolio-div-one,
  .portfolio-div-two{

  }

  .portfolio-list{

  }

  .portfolio-list-item{
    background: #fff;
  }
  /*footer*/

  .page-footer{
    background-color: #2e2f42;
  }

  .footer-logo {
    margin-bottom: 16px;
  }

  .footer-logo .logo-part {
    color: #f4f4fd;
  }

  .footer-text{
      font-weight: 400;
      font-size: 16px;
      line-height: 1.5;
      letter-spacing: 0.02em;
      color: #f4f4fd;
  }
 