body,
html {
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100vh;
    -webkit-user-select: none;
    user-select: none;
}

#target {
    width: 100%;
    height: 100%;
    position: absolute;
}

.common-message {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
}

#description {
    pointer-events: auto;
    font-family: sans-serif;
    padding: 1em;
    background-color:rgba(255,255,255,0.7);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    position:absolute;
    bottom: 0px;
    left:0px;
    right: 0px;
}

.blue {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 9999;
    background: #005EA9;
    height: 58px;
    display: block;
}

.bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    z-index: 9999;
    background: #DBEAF1;
    height: 70px;
    display: block;
    text-align: center;
}

.bx {
    bottom: 70px;
}

.bottom button {
    background: #005EA9;
    border-radius: 3px;
    color: #FFF;
    border: 0;
    height: 45px;
    width: 25%;
    max-width: 200px;
    font-size: 20px;
    margin: 12px 6px;
    vertical-align: middle;
}

.reset {
    background: #DBEAF1;
    border-radius: 3px;
    color: #005EA9;
    border: 0;
    height: 35px;
    width: 25%;
    max-width: 150px;
    font-size: 16px;
    margin: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}

.blue img {
    position: absolute;
    right: 12px;
    top: 6px;
}