
/* .roboto-<uniquifier> {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
  }


.raleway-<uniquifier> {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
  }
*/

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

/* Скидаємо підкреслення у посилань */
a {
    text-decoration: none;
  }
  
/* Скидаємо стандартні маркери у списках */
ul {
    list-style: none;
  }

  .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;
  }
  .link {
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #2e2f42;
  }

  .link:hover, .link:focus {
    color: #404bbf;
  }

  .adress{
    font-style: normal;
  }

  .link_adress{
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #434455;
  }

  .link_adress:hover, .link_adress:focus {
    color: #404bbf;
  }

.section_first {
  color: #FFFFFF;
  background-color: #2E2F42;
}

.header {
  font-size: 56px;
  line-height: 1.07;
  text-align: center;
  letter-spacing: 0.02em;
}

.button {
  color: #FFFFFF;
  background-color: #4D5AE5;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.button:hover, button:active, button:focus {
  color: #FFFFFF;
  background-color: #404BBF;
  cursor: pointer;
}

.section_second {
  background-color: #FCFCFC;
  border: 1px solid;
  border-color:#F4F4FD;
}

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

.section_s_p {
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.section_third {
  background-color: #F4F4FD;
}
.list {
  background-color: #FFFFFF;
}

.section_t_h {
  background-color: #F4F4FD;
  font-weight: 500;
  font-size: 36px;
  line-height: 1.11;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #2e2f42;
}

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

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

.section_f_h {
  font-size: 36px;
  line-height: 1.11;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #2e2f42;
}

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

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

.span {
  color: #f4f4fd;
}

.footer {
  color: #FFFFFF;
  background-color: #2E2F42;
}

.footer_p {
  line-height: 1.5;
  color: #F4F4FD;
  letter-spacing: 0.02em;
}
