.root {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5%;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    box-sizing: border-box;
    z-index: 1;
}
.hint {
    margin: 0 0 10px;
}
