@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");

body {
  font-family: "Inter", sans-serif;
  margin: 0;
  padding: 0;
  background-color: #1f1913;
}

h1,
p {
  margin: 0;
  padding: 0;
}

.container {
  width: 680px;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 126px;
}

h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 54.6px;
  text-align: left;
  color: #fff;
}

.name {
  color: #fa7a11;
}

.fireworks {
  display: block;
  margin-bottom: 10px;
}

.block {
  margin-top: 60px;
}

.content {
  display: flex;
  align-items: baseline;
}

.number {
  background-color: #553419;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  color: #fff;
}

.text {
  margin-left: 15px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #fff;
}

.text span {
  font-weight: 600;
}

.image {
  margin-top: 30px;
  width: 100%;
}

.image img {
  width: 100%;
  height: auto;
}
