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

.info-wrapper { box-sizing: border-box; display: flex; 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: flex; justify-content: space-between; padding: 5px; margin: 5px; background: #efefef; border-radius: 5px; }
.info span, .info a { flex-basis: 50%; }

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

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