a.link__element {
  color: #333;
  background: #f0efed;
  padding: 10px 17px;
  border-radius: 30px;
}
.links__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.links__title {
  text-align: center;
  margin-bottom: 30px;
  font-size: 26px;
}