/*
    StyleSheet chf. 2020
*/
.hh1 {
    position: relative;
    font-size: 80px;
    font-weight: bold;
    margin-top: 0;
    font-family: 'Myriad Pro', 'Myriad', helvetica, arial, sans-serif;
    text-shadow: 2px 3px 3px #333;
    /*letter-spacing: -7px;*/
    -webkit-text-stroke: 1px white;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), color-stop(80%, rgba(0,0,0,0.1)), to(rgba(0,0,0,1)));
}

.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: red;
   color: white;
   text-align: center;
}

.wind {
  width: 1100px;
  margin-left: 5%;
  padding:5px;
  margin-bottom:8px;
  border-bottom-width: 1px;
}

pre {
  display: block;
  font-size: 18px;
  font-family: monospace;
  white-space: pre;
  margin: 1em 0;
}
