body {
  margin: 0;

  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-variation-settings: "wdth" 100;

  background: url(./background.jpg);
  background-position: top;
  background-size: cover;
  backdrop-filter: blur(3px);

  min-height: 100vh;

  display: flex;
  align-items: center;
  justify-content: center;
}

section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

section img {
  width: 300px;
}

section h1 {
  font-size: 60px;
  position: absolute;
  top: 170px;
}

section h2 {
  font-size: 30px;
  color: #000000;
}

a {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 50px;
  color: #000000;
}

a i{
  margin-top: 3px;
}