@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap");
body {
  font-family: 'Roboto', sans-serif; }

.info-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 600px;
  max-width: 95%;
  margin: 10px auto;
  background: #f9f9f9;
  padding: 10px;
  border-radius: 5px; }
  .info-wrapper img {
    border-radius: 5px; }

.info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px;
  margin: 5px;
  background: #efefef;
  border-radius: 5px; }
  .info span, .info a {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }

a {
  color: #673ab7;
  text-decoration: none; }

/*# sourceMappingURL=style.css.map */