body {
  font-family: "inter";
  background-color: hsl(0, 0%, 8%);
}

.content-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  margin: 0 auto;
}

.content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 700px;
  width: 450px;
  margin: auto;
  background-color: hsl(0, 0%, 12%);
  border-radius: 10px;
}

h1,
p {
  color: white;
  text-align: center;
}

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

button {
  width: 80%;
  padding: 15px;
  margin: 10px;
  border-radius: 5px;
  background-color: hsl(0, 0%, 20%);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  border: none;
}

p {
  font-size: 14px;
  font-weight: 500;
}

.country {
  color: hsl(75, 94%, 57%);
  font-weight: 700;
  font-size: 16px;
}

h1 {
  margin-bottom: -10px;
}

.attribution p {
  font-size: 12px;
  text-align: center;
  font-weight: 300;
}

.attribution a {
  color: hsl(228, 45%, 44%);
  font-family: Serif72 Beta;
}

hr {
  width: 100%;
  margin: 20px 0;
}
