.DESCRIPTION_BOX-C { z-index: 999999999; background-color: rgba(0, 0, 0, 0.8); border: 1px solid #fff; border-radius: 10px; color: #fff; text-shadow: 0 0 5px rgba(0, 0, 0, 0.5); cursor: pointer; padding: 20px; position: fixed; top: 50%; left: 10px; right: 10px; transform: translate(0%, -50%); } .DESCRIPTION_BOX-T { display: flex; justify-content: space-between; align-items: center; font-size: 18px; margin-bottom: 15px; } .DESCRIPTION_BOX-B { font-size: 14px; padding: 10px; } .DESCRIPTION_BOX-B br { margin-bottom: 5px; } .TITLE_BOX-C { padding: 5px; margin: 2px; } .TITLE_BOX-T { color: #fff; font-size: 13px; text-align: left; padding-bottom: 5px; } .TITLE_BOX-B { display: flex; flex-wrap: wrap; gap: 1px; } .TITLE_BOX-B * { flex: 1; margin: 0; }