body {
  background-color: #333333;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  margin: 0;
}

h2 {
  font-size: 1.5rem;
  font-weight: 900;
}

.div-container {
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: center;
  width: 100%;
  max-width: 400px;
  padding: 10px;
}

.app-ad {
  display: flex;
  align-items: center;
  padding: 10px;
/*  margin-bottom: 1rem;*/
  /* width: 350px; */
  border-bottom: 1px solid #707070;
  text-align: left;
}

.app-icon {
  width: 40px;
  height: 40px;
  margin-right: 5px;
}

.app-info {
  flex-grow: 1;
}

.app-title {
  font-size: 0.7rem;
  font-weight: bold;
}

.app-description {
  font-size: 0.7rem;
  color: #ccc;
}

.get-button {
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 15px;
  padding: 3px 15px;
  font-size: 0.8rem;
  overflow: hidden;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.get-button:hover {
  background-color: #0056b3;
}
