body {
  background-image: linear-gradient(
      to bottom,
      rgba(1, 4, 20, 0.507),
      rgba(15, 1, 12, 0.658)
    ),
    url("../image/bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.phone {
  width: 220px;
  height: 400px;
}

@media screen and (max-width: 480px) {
  .phone {
    width: 165px;
    height: 300px;
  }
}

.warpper {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 1rem;
}

.item {
  background-color: black;
  overflow: hidden;
  padding: 0.5rem;
  border: 2px solid #faf886;
  border-radius: 0.3rem;
  overflow: hidden;
}

.sar {
  font-size: 15px;
  font-weight: bold;
}
