body {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0;
    display: flex;
    flex-flow: column;
    background-color: #c7bfe6;
    background-attachment: fixed;
    background-size: cover;
}

#message {
    position: fixed;
    top: 0;
    right: 0;
    height: 32px;
    color: #fff;
    background-color: #14e818;
    border: none;
    border-radius: 50px;
    z-index: 9999;
}

.access {
    text-align: center;
    display: flex;
    margin: auto;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    flex-flow: column;
    align-items: center;
    width: 100%;
    height: auto;
}

.access a {
    font-size: 20px;
}

.access #text {
    flex-grow: 1;
    max-width: 100%;
    height: 40px;
}

.access .keyerror {
    width: 100%;
    height: 25px;
}

#keyerror {
    display: none;
    color: #F80404;
}

.accesskey {
    width: 90vw;
    height: 40px;
    max-width: 600px;
    display: inline-flex;
}

#game {
    margin-top: 25px;
    display: none;
    position: relative;
    justify-content: center;
    flex: 1;
}

ruffle-player {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
    margin: 10px 0;
    position: absolute;
}