@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@700&display=swap');

.title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.title > * {
  margin-block: 10px;
}

h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

h1 {
  font-size: 48px;
}

h1 > img {
  height: 100px;
  width: 100px;

  fill: #DDD;
}

#telegram-start {
  background-color: #119be1C5;
  color: #DDD;

  font-size: 1.2rem;
  font-family: Nunito;

  border-radius: 20px;
  text-decoration: none;

  display: flex;
  align-items: center;
  gap: 10px;

  padding: 10px;
  padding-inline: 20px;
  margin-block: 20px;
}

#telegram-start:hover {
  background-color: #0f8ac7C5;
}

#telegram-start > img {
  height: 40px;
  width: 40px;
}

#footer-thanksgiving {
  display: flex;
  align-items: center;
}