body {
  background: #689;
}

.wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 100px;
}

.wrap button {
  padding: 10px 50px;
  border: none;
  background: white;
  font-size: 22px;
}

.bol-wrapper {
  padding-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.bol {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: black;
  border-radius: 50%;
}

.bol h3 {
  color: white;
  text-align: center;
}
