* {
    margin: 0;
    color: #1a535c;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  
  body {
    font-family: "Redressed", cursive;
    text-align: center;
    background-color: #f7fff7;
  }
  
  body {
    overflow-x: hidden;
  }
  
  .wrapper {
    width: 100vw;
  }
  
  .back {
    position: -webkit-sticky;
    position: sticky;
    float: right;
    top: 60vh;
    background-color: yellow;
    padding: 50px;
    font-size: 20px;
    width: 150px;
  }
  .back:hover {
      cursor: pointer;
  }
  
  h3 {
    font-size: 3em;
  }
  h4 {
    font-size: 2em;
  }
  p {
    font-size: 1.5em;
  }
  
  img {
    max-width: 40vh;
    max-height: 40vh;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
  }
  
  hr {
    width: 40vw;
    margin-left: auto;
    margin-right: auto;
    padding: none;
    border: none;
    font-size: 0;
    border-top: 3px solid #1a535c;
    border-bottom: 3px solid #1a535c;
    border-radius: 3px;
  }
  
  .mail {
    text-decoration: none;
  }
  
  .center {
    position: relative;
    margin: auto;
    text-align: center;
  }
  
  #heading {
    font-size: 3em;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: #f7fff7;
  }
  #heading a {
    text-decoration: none;
  }

  .box {
    width: 100%;
  }
  
  .content {
    margin: auto;
    width: 50%;
  }

  table {
    border-collapse: collapse;
    width: 100%;
  }
  
  th, td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
  }
  
  th {
    background-color: #f2f2f2;
    font-weight: bold;
  }
  
  #weekly-table {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2em;
    border-left: none;
    border-right: none;
    border-bottom: 3px solid #1a535c;
    border-top: 3px solid #1a535c;
    width: 100%;
  }
  #weekly-table th {
    background-color: rosybrown;
    text-align: center;
    border: none;
    padding: 8px;
  }
  #weekly-table td {
    text-align: center;
    border: none;
    padding: none;
  }

  #weekly-beer {
    background-color: rosybrown;
  }

  #weekly-history {
    background-color: rosybrown;
  }
  
  ul {
    list-style-type: none;
  }
  
  li {
    text-align: center;
  }

  
@media only screen and (max-width: 600px) {
  * {
    margin: 0;
    color: #1a535c;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }

  body {
    font-family: "Redressed", cursive;
    text-align: center;
    background-color: #f7fff7;
  }

  h3 {
    font-size: 3.5em;
  }
  h4 {
    font-size: 2.5em;
  }
  p {
    font-size: 1.5em;
  }

  img {
    max-width: 80vw;
    max-height: 80vw;
  }

  hr {
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
    border: none;
    border-top: 8px solid #1a535c;
    border-radius: 5px;
  }

  .mail {
    text-decoration: none;
  }

  .center {
    position: relative;
  }

  #heading {
    font-size: 7em;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: #f7fff7;
  }

  .box {
    width: 100vw;
  }

  .content {
    width: 100%;
  }

  #weekly-beer {
    background-color: rosybrown;
  }

  ul {
    list-style-type: none;
  }

  li {
    text-align: center;
  }

  table {
    border-collapse: collapse;
    width: 100%;
  }
  
  th, td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
  }
  
  th {
    background-color: #f2f2f2;
    font-weight: bold;
  }
  
  #weekly-table {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    border-left: none;
    border-right: none;
    border-bottom: 3px solid #1a535c;
    border-top: 3px solid #1a535c;
    width: 100%;
  }
  #weekly-table th {
    background-color: rosybrown;
    text-align: center;
    border: none;
    padding: 8px;
  }
  #weekly-table td {
    text-align: center;
    border: none;
    padding: none;
  }

  #weekly-beer {
    background-color: rosybrown;
  }

  #weekly-history {
    background-color: rosybrown;
  }

  #footer {
    margin-top: 10%;
  }

  #heading {
    font-size: 2em;
  }

}
