@font-face {
 font-family: Gilroy; /* Гарнитура шрифта */
 src: url(Gilroy.ttf); /* Путь к файлу со шрифтом */
}
*
{
  padding: 0;
  margin: 0;
  outline: none;
  text-decoration: none;
  font-family: 'Gilroy';
  scroll-behavior: smooth;
}
a {
  color: black;
}
html {
  width: 100%;
}
body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.header1 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  margin-bottom: 3vh;
  font-size: 3.6rem;
}
