body {
  background: url("../img/bg.jpg") fixed;
  background-size: 100%;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
  color: #fff;
  margin: 0;
}

.container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 30px;
}

.links-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  min-width: 400px;
  margin: 0 auto;
}

li {
  border: 2px solid #fff;
  text-align: center;
  width: 100%;
  border-radius: 32px;
  background: rgb(0 0 0 / 44%);
  width: 22%;
}

li img {
  border-radius: 30px 30px 0 0;
  padding: 10px 10px 7px 10px;
}

ul li a {
  background: #0a0c23e3;
  color: #fff;
  width: 100%;
  display: block;
  padding: 13px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  box-sizing: border-box;
  border: 1px solid #6c6c6c;
  position: relative;
  font-size: 14px;
}

ul li a svg {
  width: 25px;
  fill: #eee;
  position: absolute;
  left: 10px;
  top: 10px;
}

ul li a:hover {
  border: 1px solid transparent;
  background: rgb(255 255 255 / 80%);
  color: #0a0c23;
}

ul li a:hover svg {
  fill: #0a0c23;
}

ul li h3 {
  font-size: 20px;
  background: #fff;
  padding: 10px;
  margin: 0;
  color: #0a0c23;
}

.bottom {
  width: 100%;
  text-align: center;
  width: auto;
  font-weight: bolder;
}

.bottom span {
  color: #eee;
}

.bottom svg {
  stroke: #ffb859;
  fill: #ffb859;
}

.name b {
  background: #0a0c23;
  padding: 5px 10px;
  color: #ffb859;
  font-size: 18px;
  position: relative;
}

.name b:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #ffb859;
  position: absolute;
  right: -12px;
  top: -11px;
  background: url(../img/icone-verificado.png);
  background-size: 100%;
}

p {
  letter-spacing: 1px;
}

#site {
  width: 15px;
  height: 25px;
  left: 15px;
}

#tiktok {
  width: 17px;
  left: 13px;
  top: 13px;
}

#igrejas {
  width: 20px;
  top: 11px;
  left: 12px;
}

#doar {
  width: 18px;
  left: 13px;
  top: 14px;
}

#contatos {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

#contatos a {
  background: #0a0c23;
  display: inline-block;
  width: 30px;
  padding: 10px;
  border-radius: 10px;
}

#contatos svg {
  width: 20px;
  fill: #fff;
}

.redes {
  display: flex;
  gap: 5px;
  flex-direction: column;
  padding: 10px;
}

.playlist-container ul {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

#spotify {
  width: 19px;
  top: 12px;
  left: 13px;
}

@media (max-width: 600px) {
  ul {
    box-sizing: border-box;
    gap: 0;
    min-width: auto;
  }

  li {
    width: 89%;
    margin: 7px 20px;
    box-sizing: border-box;
  }
}
