:root {
    --bs-body-bg: #251d24;
    --bs-primary-rgb: 220, 66, 53;
    --bs-primary: #dc4235;
}

.poi-title {
    text-decoration: underline;
    text-decoration-color: #dc4235;
    text-underline-offset: 0.4em;

    font-size: 300%;
}

input {
    width:100%;
    max-width:600px;
}

.test {
    max-width: 240px !important;
}