.text-8xl {
    font-size: xxx-large;
    font-weight: bolder;
}

.text-xl {
    font-size: medium;
}

.border-rad {
    border-radius: 20px;
}

.plan-error-container {
    margin: 0;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.plan-error-container a {
    text-decoration: #0d6efd solid;
}

.plan-error-container li {
    list-style: circle;
    text-align: justify;
}