body {
    color: #434455;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }
  
  ul {
    list-style-type: none;
  }
  
  a {
    text-decoration: none;
  }
  
  /* Header */
  .logo {
    color: #2e2f42;
    font-family: Raleway, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.16;
    letter-spacing: 0.54px;
    text-transform: uppercase;
  }

  .logo-accent {
    color: #404bbf;
  }

  .header-link {
    color: #2e2f42;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.32px;
    font-style: normal;
  }
  
  .header-link:hover,
  .header-link:focus {
    color: #404bbf;
  }
  
  /* Hero */
  .hero-section {
    background-color: #2e2f42;

  }
  
  .hero-title {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 56px;
    font-weight: 700;
    line-height: 1.07;
    letter-spacing: 1.12px;
    text-transform: capitalize;
    text-align: center;
  }
  
  .hero-button {
    color: #fff;
    font-family: Roboto, sans-serif;
    background-color: #4d5ae5;
    border: none;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.64px;
    padding: 16px 32px;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
  }
  
  .hero-button:hover {
    background-color: #404bbf;
  }
  
  /* Our advantages */
  .advantages-section {
    background: #FFF;
  }
  
  .advantages-main-title {
    color: rgba(0, 0, 0, 0);

  }

  .advantages-list {
    display: flex;
    width: 264px;
    flex-direction: column;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-content: flex-start;
  }

  .advantages-title{
    color: #2E2F42;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.4px;
  }

  .advantages-text{
    color: #434455;
    line-height: 1.5; 
    letter-spacing: 0.32px;
  }
 /* Our Team */

  .team-section {
    background-color: #F4F4FD;
  }

  .team-list {
    display: inline-flex;
    padding-bottom: 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    border-radius: 0px 0px 4px 4px;
    background: var(--WHITE, #FFF);
    box-shadow: 0px 2px 1px 0px rgba(46, 47, 66, 0.08), 0px 1px 1px 0px rgba(46, 47, 66, 0.16), 0px 1px 6px 0px rgba(46, 47, 66, 0.08);
  }

  .team-main-title {
    color: #2E2F42;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.72px;
    text-transform: capitalize;
    text-align: center;
  }

  .team-title {
    color: #2E2F42;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.4px;
    text-align: center;
  }

  .team-text {
    color: #434455;
    line-height: 1.5; 
    letter-spacing: 0.32px;
    text-align: center;
  }
/* Portfolio */
  
  .portfolio-section {
    background: #FFF;
  }

  .portfolio-list {
    border: 1px solid var(--CORNFLOWER, #E7E9FC);
    background: #FFF;
    display: flex;
    padding-bottom: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    flex-shrink: 0;
  }

  .portfolio-main-title {
    color: #2E2F42;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.72px;
    text-transform: capitalize;
    text-align: center;
  }

  .portfolio-title {
    color: #2e2f42;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.4px;
  }

  .portfolio-text {
    color: #434455;
    line-height: 1.5; 
    letter-spacing: 0.32px;
  }

  /* Footer */
  .footer {
    background-color: #2E2F42;
  }

  .logoo {
    color: #F4F4FD;
    font-family: Raleway, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.16;
    letter-spacing: 0.54px;
    text-transform: uppercase;
  }

  .logoo-accent {
    color: #404bbf;
  }

  .footer-text {
    color: #F4F4FD;
    line-height: 1.5; 
    letter-spacing: 0.32px;
    width: 264px
  }
