:root {
  font-family: "Funnel Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  background-color: var(--color-main);
  --color-main: #161616;
  --color-sec: rgb(62, 62, 62);
  --color-text-main: white;
  --color-text-sec: rgb(179, 179, 179);
  color: var(--color-text-sec);
}

.fondue {
  font-weight: 800;
}

header,footer {
  width: 100%;
  height: 4em;
  color: var(--color-text-main);
}

footer ul {
  justify-content: center;
  display: flex;
  flex-direction:column;
  list-style: none;
}

header ul {
  padding: 15px;
  justify-content: right;
  display: flex;
  margin: 0;
  flex-direction: row;
  list-style: none;
}

header li {
  padding-left: 20px;
  font-size: 20px;
}

.icon {
  height: 30px;
  width: 22px;
  padding-right: 5px;
}

.logo {
  object-fit: contain;
  width: 2em;
  height: 2em;
}

.snow {
  transform: rotate(70deg);
  position: fixed;
  top: 10rem;
  left: 60em;
  height: 55rem;
  width: 55rem;
  margin-top: 5rem;
  opacity: 0.1;
}

.content-main a { text-decoration: none;
  color: var(--color-text-main);
}

.container-hero {
  padding-top: 10rem;
  padding-bottom: 5rem;
}

.content-main {
  display: flex;
  flex-direction: column;
  max-width: 56em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.container-content {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.content-text-main {
  color: var(--color-text-sec);
  font-size: 25px;
}

.content-text-main h1 {
  font-size: 40px;
}

.container-content h2 {
  font-size: 25px;
}

.container-content p {
  font-size: 20px;
}

.content-text-sec {
  color: var(--color-text-sec);
}

.white {
  color: var(--color-text-main);
}

.gradiant {
  background-image: linear-gradient(45deg, #14a3e6, #19bcee);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
