* {
    margin:0;
    padding:0;
  }
  
  html,
  body {
    background-color: #fefefe;
  }
  
  body { 
    font-family: Inter, sans-serif; 
    font-size: 16px;
    color: #444444;
    /* background: url('https://cdn.stephanschrader.info/img/infinity.png') no-repeat top center fixed; */
  }
  
  
  #sides-link { text-decoration: underline; }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: Lato, sans-serif;
    color: #434343;
    font-weight: 500;
    margin-bottom: 1.375em;
  }

  h1 {
    display: block;
    margin-top: 1.375em;
    margin-bottom: 1.75em;
  }
  
  header, main, footer {
    max-width: 580px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  
  a, a:active, a:visited {
    color: darkslateblue;
    text-decoration: none;
  }
  a#sides-link, a:active#sides-link, a:visited#sides-link {
    text-decoration: underline;
  }
  
  header img {
    margin-top:2.5em;
  }
  
  main {
    margin-top:1.25em;
    margin-bottom: 1.25em; 
  }
  
  article {
    line-height: 1.666em;
    margin-bottom: 1.25em;
  }
  
  article em {
    font-style: normal;
  }
  
  article a#contact {
    padding: 0.625em 1em;
    border-radius: 5px;
    background-color: #FF9900;
    color: #fff;
  }

  article p {
    margin-bottom: 1.25em;
  }

  #caption {
    display:block;
    /* padding-top:5px; */
    font-size:0.66667em;
    color:#666;
  }
  
  .txt-ctr {
    text-align: center;
    display: flex;
    justify-content: center;
  }
  
  footer {
    padding-bottom: 2em;
    font-size: 0.85em;
    color: rgba(50,50,50,0.66);
    line-height: 1.6666em;
    text-align: center;
  }
  
  
  header, #name, footer {
   display: flex;
   justify-content: center;
  }
  
  hr {
    border: 0 none;
    border-top: 1px solid #eaeaea;
    display:block;
    margin: 1.5em 0 1.85em 0;
  }
  
  #photo {
    width: 160px;
    height: 160px;
    border-radius: 83px;
    border: 6px solid #fefefe;
  }
  
  #vcard {
      padding: 8px;
      -webkit-border-radius: 5px;  /* for older versions of Chrome, Safari */
      -moz-border-radius: 5px;     /* for older versions of Firefox */
      border-radius: 5px; 
      border: 1px solid #eaeaea;
      box-shadow: 5px 10px 20px #eee;
  }

  li {
    margin-left: 0.85em;
  }