* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body {
    font-family: montserrat, sans-serif;
  }
  
  .audio1 {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .button-19 {
    appearance: button;
    background-color: #1899D6;
    border: solid transparent;
    border-radius: 16px;
    border-width: 0 0 4px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: din-round,sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .8px;
    line-height: 20px;
    margin: 0;
    outline: none;
    overflow: visible;
    padding: 13px 16px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transform: translateZ(0);
    transition: filter .2s;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    width: 100%;
  }

  
  .voter {
    content: center;
    align-items: center;
    justify-content: center;
  }
  #googleform {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }

  .button-19:after {
    background-clip: padding-box;
    background-color: #1CB0F6;
    border: solid transparent;
    border-radius: 16px;
    border-width: 0 0 4px;
    bottom: -4px;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
  }

  .centerguy {
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  
  .button-19:main,
  .button-19:focus {
    user-select: auto;
  }
  
  .button-19:hover:not(:disabled) {
    filter: brightness(1.1);
    -webkit-filter: brightness(1.1);
  }
  
  .button-19:disabled {
    cursor: auto;
  }
  

  header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
    background-image: url("meeting.jpg");
    background-size: cover;
    background-position: center;

  }
  header:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background-color: rgba(34, 34, 34, 0.5);
  }
  header .content {
    position: relative;
    z-index: 1;
  }
  header .content2 {
    position: relative;
    z-index: 1;
    width: 1000px;
  }
  header .content h1 {
    color: #FFF;
    font-size: 28px;
    font-weight: 900;
  }
  header .content h1 span {
    font-weight: 400;
  }
  @media screen and (min-width: 480px) {
    header .content h1 {
      font-size: 36px;
    }
  }
  @media screen and (min-width: 768px) {
    header .content h1 {
      font-size: 42px;
    }
  }
  @media screen and (min-width: 1024px) {
    header .content h1 {
      font-size: 56px;
    }
  }
  @media screen and (min-width: 1280px) {
    header .content h1 {
      font-size: 72px;
    }
  }
  header .content h2 {
    color: #FFF;
    font-size: 42px;
    font-weight: 900;
    margin: 30px 0px;
  }
  @media screen and (min-width: 480px) {
    header .content h2 {
      font-size: 56px;
    }
  }
  @media screen and (min-width: 768px) {
    header .content h2 {
      font-size: 72px;
    }
  }
  @media screen and (min-width: 1024px) {
    header .content h2 {
      font-size: 96px;
    }
  }
  @media screen and (min-width: 1280px) {
    header .content h2 {
      font-size: 128px;
    }
  }
  header .content .countdown {
    color: #FFF;
    font-size: 36px;
    font-weight: 400;
  }
  @media screen and (min-width: 480px) {
    header .content .countdown {
      font-size: 42px;
    }
  }
  @media screen and (min-width: 768px) {
    header .content .countdown {
      font-size: 56px;
    }
  }
  @media screen and (min-width: 1024px) {
    header .content .countdown {
      font-size: 72px;
    }
  }
  @media screen and (min-width: 1280px) {
    header .content .countdown {
      font-size: 88px;
    }
  }
  
  /*# sourceMappingURL=main.css.map */
  
  
  
  @keyframes change{
    33%
    {
        background-image: url(anim1.jpg);
    }
    66%
    {
        background-image: url(anim2.jpg);
    }
    100%
    {
        background-image: url(anim3.jpg);
    }
   
  }
  
  @media screen and (max-width: 414px) {
    header .content .countdown{
      background-image: url("phone.jpg");
    }
  }