* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0 auto;
  background-image: linear-gradient(90deg, #ee9ca7, #ffdde1);
}

.container {
  width: 100%;
}

.list {
  list-style: none;
  display: flex;
  gap: 20px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.list-item > img {
  width: 80%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  border: 1px solid transparent;
  border-radius: 5px;
}

.list-item > h3 {
  font-size: 3rem;
  margin-top: 1rem;
}

.list-item > a {
  font-size: 2rem;
}

@media screen and (max-device-width: 281px) {
  .list-item > h3 {
    font-size: 0.8rem;
  }

  .list-item > {
    font-size: 0.8rem;
  }
  .list-item > img {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    border: 1px solid transparent;
    border-radius: 5px;
  }

  .list {
    padding: 0.2rem;
    text-align: center;
  }
}

@media screen and (max-device-width: 480px) {
  .list-item > h3 {
    font-size: 1.5rem;
  }

  .list-item > {
    font-size: 1rem;
  }

  .list {
    padding: 2rem;
    text-align: center;
  }
}

@media screen and (max-device-width: 540px) {
  .list-item > h3 {
    font-size: 2.5rem;
  }

  .list-item > {
    font-size: 2rem;
  }

  .list {
    padding: 2rem;
    text-align: center;
  }
}

@media screen and (max-device-width: 768px) {
  .list-item > h3 {
    font-size: 2.5rem;
  }

  .list-item > {
    font-size: 2rem;
  }

  .list {
    padding: 2rem;
    text-align: center;
  }
}

@media screen and (max-device-width: 860px) {
  .list-item > h3 {
    font-size: 2.5rem;
  }

  .list-item > {
    font-size: 2rem;
  }

  .list {
    padding: 2rem;
    text-align: center;
  }
}

@media screen and (max-device-width: 1024px) {
  .list-item > h3 {
    font-size: 2.5rem;
  }

  .list-item > {
    font-size: 2rem;
  }

  .list {
    padding: 2rem;
    text-align: center;
  }
}
