.ending {
    background-color: #000;
    width: 100vw;
    height: auto;
    max-height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 10;
    position: relative;
}

.privacy {
    color: #fff;
    width: 100%;
    height: auto;
    margin-top: 2%;
    margin-bottom: 10px;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 10;
}

.privacy p {
    font-family: sans-serif;
    font-size: 15px;
    height: 20px;
    padding-left: 5px;
}

.ending-info {
    max-width: 60%;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.ending-info p {
    font-family: 'Azo Sans', Helvetica, sans-serif;
    font-size: 19px;
    color: #eee;
}

.ending-info a {
    color: #eee;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 25px;
}

.icho-number {
    position: absolute;
    bottom: -3%;
    left: 0.5%;
}