.term {
    display: flex;
    justify-content: center;
    margin: 50px 0 50px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    pointer-events: none;
}
.term .inner {
    padding: 10px 20px;
    border-radius: 10px;
    background-color: #2d2e2c;
    pointer-events: auto;
}
.term .inner.other-theme {
    background-color: #282a36;
}
