body {
  background-color: #cecece;
  width: 100%;
  min-height: 100vh;
  display: flex;
}

.container.main {
  background-color: #fff;
  padding: 25px;
  border: 1px solid #cecece;
  border-top: none;
  border-bottom: none;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}

.fund-purse {
  border-bottom: 1px solid #cecece;
}

.card-header {
  font-weight: bold;
}

ul {
  margin: 0;
}

@media (min-width: 768px) {
  .small-screen-break {
    display: none;
  }
}

.header {
  border-bottom: 1px solid #cecece;
}
.header__photo {
  max-width: 350px;
  border-radius: 5px;
  margin: 0 20px 0 0;
}
@media (max-width: 767px) {
  .header__photo {
    max-width: 100%;
    margin-bottom: 25px;
  }
}/*# sourceMappingURL=style.css.map */