
*{
    margin: 0; padding: 0;
    box-sizing:         border-box;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
}

body{font-family: 'Share Tech Mono', monospace;}
a{color: #fdcb6e; text-decoration: none;}
img{max-width: 100%;}
img a{border: none;}
ul{list-style-type: none;}



body{
    background: #f5eee6;
    padding-top:20px;
    padding-bottom: 30px;
}

.center-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
  }
  
  img {
    max-width: 100%;
    height: auto;
  }
  
.sticky-bottom {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    font-family: monospace;
    font-size: 12px;
    color: lightgrey;
    text-align: center;
    padding: 10px;
  }
  
  