﻿  body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    color: #222;
  }

  header {
    box-shadow: 0 15px 30px 0 rgb(119 123 146 / 10%);
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

/*  #button {
    padding: 20px 40px;
    min-width: 350px;
    box-shadow: 1px 1px 12px 4px #9f8931;
    font-size: 20px;
    border-radius: 5px;
    margin-top: 35px;
    text-align: center;
    background: #333;
    cursor: pointer;
    transition: all 0.5s;
    box-sizing: border-box;
  }*/

  article {
    margin: auto;
    max-width: 1100px;
    padding: 0 15px;
  }

  h1 {
    text-align: center;
  }

  footer {
    color: #fff;
    grid-gap: 20px;
    display: flex;
    padding: 50px 20px;
    margin-top: 50px;
    border-top: solid 1px #282828;
    background: #242424;
    align-items: center;
    flex-direction: column;
  }

  article img {
    max-width: 100%;
    margin: auto;
    height: auto;
    display: flex;
  }
  
  li {
    margin-bottom: 15px;
  }

  .aligncenter{
    text-align: center;
  }
  
  td,th {
    border: solid 1px #222;
    padding: 5px;
  }
  td{
    text-align: left;
  }

  table {
    border-collapse: collapse;
    margin-top: 15px;
    width: 100%;
    text-align: center;
  }

  @media only screen and (max-width: 600px) {
    footer {
      align-items: center;
      text-align: center;
    }
  }

/* CSS */
.button-77 {
  align-items: center;
  appearance: none;
  background-clip: padding-box;
  background-color: initial;
  background-image: none;
  border-style: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  flex-direction: row;
  flex-shrink: 0;
  font-family: Eina01,sans-serif;
  font-size: 16px;
  font-weight: 800;
  justify-content: center;
  line-height: 24px;
  margin: 0;
  min-height: 64px;
  outline: none;
  overflow: visible;
  padding: 19px 26px;
  pointer-events: auto;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  width: auto;
  word-break: keep-all;
  z-index: 0;
}

@media (min-width: 768px) {
  .button-77 {
    padding: 19px 32px;
  }
}

.button-77:before,
.button-77:after {
  border-radius: 80px;
}

.button-77:before {
  background-color: rgba(249, 58, 19, .32);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
}

.button-77:after {
  background-color: initial;
  background-image: linear-gradient(92.83deg, #ff7426 0, #f93a13 100%);
  bottom: 4px;
  content: "";
  display: block;
  left: 4px;
  overflow: hidden;
  position: absolute;
  right: 4px;
  top: 4px;
  transition: all 100ms ease-out;
  z-index: -1;
}

.button-77:hover:not(:disabled):after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  transition-timing-function: ease-in;
}

.button-77:active:not(:disabled) {
  color: #ccc;
}

.button-77:active:not(:disabled):after {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(92.83deg, #ff7426 0, #f93a13 100%);
  bottom: 4px;
  left: 4px;
  right: 4px;
  top: 4px;
}

.button-77:disabled {
  cursor: default;
  opacity: .24;
}