.invis {
    display: none;
    text-align: center;
}

html, body {
  font-family: 'Lato', sans-serif;
}
body { /* can also be whatever container */
  margin: 0 auto;
}
.green-machine {
    color: green;
    font-size: 2.4vw;
    font-family: 'Miriam Libre';
}
input[type=text],input[type=password] {
  width: 80%;
  padding: 8px 12px;
  margin: 8px 0;
  box-sizing: border-box;
  font-size: 1.3rem;
}
#container {
  width: 300px;
  margin: 0 auto;
}
@media only screen and (max-width: 450px) {
    #container{
        width: 100%;
        margin: 0 auto;
    }
}
.very-small {
   font-size: 65%;
}
.wrapper {
  padding: 5px 5px 5px 5px;
  color: #000;
  background: oldlace;
  text-align: center;
  display: block;
}
.error_wrapper {
  padding: 5px 5px 5px 5px;
  min-width: 280px;
  max-width: 280px;
  background: #ff9994;
  color: black;
  text-align: center;
  clear: left;
  display: block;
}
.progress {
    width: 98%;
}
#pageBeginCountdownText {
    font-size: 1.3rem;
}
#winner {
    width: 100%;
    text-align: center;
    font-size: 2vw;
    font-weight: 600;
}
.card_info {
    font-size: 80%;
    opacity: 0.9;
}

.buttonstyle {
  font-family: 'Miriam Libre';
  padding-bottom: 0px;
  cursor: pointer;
  outline: none;
  border: none;
  background-color: #EE0000;
  width: 200px;
  height: 30px;
  border-radius: 10px;
  font-size: 1.1rem;
  font-weight: 600;
  color: white;
  background-size: 100% 100%;
  box-shadow: 0 0 0 2px black inset;
  margin-bottom: 15px;
  margin-top: 15px;
}

.buttonstyle:hover {
  background-color: white;
  box-shadow: 0 0 0 2px black inset;
  color: #EE0000;
}

.red {
    color: #EE0000;
    text-decoration: none;
}
