* {
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-family: Verdana, Helvetica, Arial;
}

.container {

}

.page {
    position: relative;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: center;
    justify-content: space-between;
    height: 100vh;
    width: 100vw;
}


.page > img {
    height: 100%;
    max-width: 90vh;
}


.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: white;
}


#bottom {
    width: 90vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 200px;
    margin-bottom: 50px;
}

#bottom > img {
    height: 128px;
}

#qrcode {

}

#idle > img {
    margin-top: 10%;
    max-width: 80%;
}

#qrcode > * {
    height: 128px;
}

#tags > li::before {
    content: '#';
}

#tags {
    display: none;
}

#tags > li {
    display: inline;
    margin-left: 1em;
    color: #5c636a;
    font-size: 0.8em;
}

#event-countdown {
    margin-left: 1em;
    font-size: 35pt;
}

.spacer {
    flex-basis: auto;
    flex-grow: 1;
    background: #0d6efd;
}

.ribbon-wrapper {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  left: -3px;
}


.ribbon {
    font: bold 15px sans-serif;
    color: #333;
    text-align: center;
    transform: rotate(-45deg);
    position: relative;
    padding: 7px 0;
    top: 15px;
    left: -30px;
    width: 120px;
    background-color: #ebb134;
    color: #fff;
}
