@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");
html, body, main {
  margin: 0; }

body {
  font-family: 'Lato', sans-serif; }

main {
  padding: 3em 1.5em; }

.profile {
  padding: 3em;
  text-align: center; }

.support {
  margin: 0 auto;
  max-width: 400px;
  border-radius: 10px;
  color: #ffffff;
  box-sizing: border-box;
  background-color: #0065bd;
  display: flex;
  width: 100%;
  padding: 4em 2em; }
  .support h2, .support h3 {
    text-align: center;
    margin-bottom: 0.5em; }
  .support p {
    text-align: center;
    margin: 1em 0; }
  .support .hows {
    text-align: center;
    padding: 1em; }
    .support .hows p {
      margin: 1em 0; }
    .support .hows .qr {
      margin: auto;
      border: 1px solid #ffffff;
      width: 200px;
      height: 200px;
      background-color: white;
      padding: 10px;
      box-sizing: border-box; }
      .support .hows .qr img {
        width: 100%;
        height: 100%; }
    .support .hows button {
      padding: 0.5em; }
  @media screen and (min-width: 0px) {
    .support {
      flex-direction: column; } }

.shelf {
  margin: auto;
  padding-top: 3em;
  max-width: 1000px; }
  .shelf .header {
    max-width: 500px;
    margin: auto; }
    .shelf .header h2, .shelf .header p {
      text-align: center; }
  .shelf .body {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap; }

.article {
  position: relative;
  margin: 20px;
  max-width: 250px;
  min-width: 200px;
  height: 50px;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 0;
  overflow: hidden; }
  .article a {
    color: #202020;
    box-sizing: border-box;
    background-color: white;
    position: relative;
    height: 100%;
    display: block;
    padding: 10px;
    text-decoration: none; }
    .article a:hover {
      background-color: #eeeeee; }

.instaembed {
  margin: 2em auto;
  box-sizing: border-box;
  max-width: 400px;
  width: 100%;
  display: flex;
  justify-content: center; }

hr {
  border-color: rgba(200, 200, 200, 0.3);
  border-width: 1px;
  border-bottom: none; }

footer {
  min-height: 100px;
  background-color: #202020;
  color: #ffffff;
  display: flex;
  justify-content: center;
  padding-top: 1em; }
  footer a {
    color: #ffffff;
    margin: 1em;
    text-decoration: none; }
    footer a:hover {
      color: #dddddd; }
