@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/poppins-v21-latin-300.eot');
  src: url('../fonts/poppins-v21-latin-300.eot?#iefix')
      format('embedded-opentype'),
    url('../fonts/poppins-v21-latin-300.woff2') format('woff2'),
    url('../fonts/poppins-v21-latin-300.woff') format('woff'),
    url('../fonts/poppins-v21-latin-300.ttf') format('truetype'),
    url('../fonts/poppins-v21-latin-300.svg#Poppins') format('svg');
}

@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/poppins-v21-latin-regular.eot');
  src: url('../fonts/poppins-v21-latin-regular.eot?#iefix')
      format('embedded-opentype'),
    url('../fonts/poppins-v21-latin-regular.woff2') format('woff2'),
    url('../fonts/poppins-v21-latin-regular.woff') format('woff'),
    url('../fonts/poppins-v21-latin-regular.ttf') format('truetype'),
    url('../fonts/poppins-v21-latin-regular.svg#Poppins') format('svg');
}

@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/poppins-v21-latin-500.eot');
  src: url('../fonts/poppins-v21-latin-500.eot?#iefix')
      format('embedded-opentype'),
    url('../fonts/poppins-v21-latin-500.woff2') format('woff2'),
    url('../fonts/poppins-v21-latin-500.woff') format('woff'),
    url('../fonts/poppins-v21-latin-500.ttf') format('truetype'),
    url('../fonts/poppins-v21-latin-500.svg#Poppins') format('svg');
}

@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/poppins-v21-latin-600.eot');
  src: url('../fonts/poppins-v21-latin-600.eot?#iefix')
      format('embedded-opentype'),
    url('../fonts/poppins-v21-latin-600.woff2') format('woff2'),
    url('../fonts/poppins-v21-latin-600.woff') format('woff'),
    url('../fonts/poppins-v21-latin-600.ttf') format('truetype'),
    url('../fonts/poppins-v21-latin-600.svg#Poppins') format('svg');
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  background-color: #22232a;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  text-align: center;
}

.wrapper {
  max-width: 600px;
  padding: 2rem;
}

.logo {
  max-width: 150px;
  margin-bottom: 2rem;
}

h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.link-button {
  display: inline-block;
  margin: 1.5rem 0;
  padding: 0.75rem 1.5rem;
  background-color: white;
  color: #22232a;
  border-radius: 2rem;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.link-button:hover {
  background-color: #ffd100;
}

.small {
  font-size: 0.9rem;
  opacity: 0.7;
}
