img {
  max-width: 100px;
  border-radius: 50%;
}

body {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background-color: hsl(0, 0%, 8%);
  font-weight: light;
  min-height: 100vh;
}

.card {
  background-color: hsl(0, 0%, 12%);
  font-family: "inter";
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  align-items: center;
  padding: 16px 30px;
  border-radius: 5%;
}

h1 {
  color: white;
  margin-bottom: 5px;
}

h2 {
  color: hsl(75, 94%, 57%);
  margin-top: 5px;
  font-size: medium;
}

h3 {
  color: white;
  font-size: small;
}

h1,
h2,
h3 {
  background-color: hsl(0, 0%, 12%);
}

.link {
  background-color: hsl(0, 0%, 20%);
  color: white;
  display: block;
  width: auto;
  text-decoration: none;
  margin: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  text-align: center;
  border-radius: 8px;
}
