#peng {
    width: auto;
    max-height: 50%;
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%) rotate(0deg);
}

.placenum {
    align-content: right;
}

.spinnum {
    font-family: 'Overpass Mono', monospace;
}

#outer-div {
    position: fixed;
    text-align: center;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index:1000;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#overlay-div {
    visibility: hidden;
    position: fixed;
    text-align: center;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index:1001;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color:rgba(0, 0, 0, 0.5);
}

#modal-div {
    background-color: #3C4043;
    border-radius: 5px;
    font-size: 24px;
    max-width: 400px;
    margin-left: 15px;
    margin-right: 15px;
    min-height: 400px;
    display: flex;
    flex-direction: column;
}

#modal-message {
    flex: 1;
    margin-left: 20px;
    margin-right: 20px;
}

#modal-id {
    flex: 1
}

#modal-input {
    margin-left: 10px;
    margin-right: 10px;
    font-family: inherit;
    font-size: inherit;
}

#modal-btn {
    margin: 20px;
    min-height: 50px;
    font-size: 30px;
    font-family: inherit;
}

#music {
    font-size: 25pt;
}
body {
    background-color: black;
    font-family: 'Nunito', sans-serif;
    color: white;
}

#counter {
    float: none;
    font-family: 'Overpass Mono', monospace;
    font-size: 40pt;
    background-color: #333333;
    padding: 10px;
    padding-bottom: 0px;
    max-width: 50%;
    margin-top: 2%;
    border-radius: 5px;
    box-shadow: 5px 5px 1px #888888;
}

#messages {
    font-size: 50pt;
    visibility: hidden;
}

#countdown {
    font-size: 30pt;
    visibility: hidden;
    font-family: 'Overpass Mono', monospace;
    padding-bottom: 0px;
}

.yolo {
    fill: white;
}

#reverse-layout {
    flex: 1;
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
}

#bottom-bar {
    width: 100%;
    align-content: left;
    display: flex;
}

.bottom-feeder {
    margin-left: 10px;
    color: #333333;
}
