@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&amp;display=swap');

html {
  background-image: url(https://i.imgur.com/UhE00eP.png);
  background-repeat: no-repeat;
  background-size: cover;
  font-family: 'Inter', sans-serif;
}

.content {
  text-align: center;
  top: 43%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.logo img {
  width: 325px;
  height: auto;
}

.text {
  margin-top: 65px;
  margin-bottom: 85px;
}

.text .title {
  color: white;
}

.text .message {
  color: rgba(255, 255, 255, .7);
}

.socials {
  margin-top: 30px;
}

.socials .social-link {
  text-decoration: none;
  color: rgba(255, 255, 255, .7);
  
  margin-right: 1.25rem;
  transition: 0.5s;
}

.socials .social-link a {
  color: rgba(255, 255, 255, .5);
}

.socials .social-link i {
  padding-right: 4px;
}

.socials .social-link:hover {
  color: white;
  transition: 0.5s;
}