body {
    margin: 0;
    background-color: #111111;
    font-size: 110%;
    font-family: Menlo, Roboto Mono, monospace;
}

a {
    text-decoration: none;
}

.holder {
    border-radius: 15px;
    background-color: #161616;
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 50px;
    padding: 20px;
    padding: 20px;
    max-width: 800px;
    margin: auto;

}

.first-row {
    margin-top: 7px;
}

.row {
    color: #F5F5F5;
    /* font-family: Inter; */
    /* font-family: Menlo, Roboto Mono, monospace; */
    /* margin: 13px; */

    margin: 13px;
    /* background: #0d0d0d; */
    border-radius: 15px;
    padding: 21px;
    border: 2px solid rgba(240, 240, 240, .3);
}

.headr {
    color: burlywood;
    font-size: 15px;
    line-height: 15px;
    font-weight: 900;
    margin-bottom: 5px;
}

.text {
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
}


h1 {
    color: #F5F5F5;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
    /* font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; */
}


.sp {
    color: #e04242;
    font-weight: 900;
}

.green {
    color: #3eff90;
    font-weight: 900;
}

li {
    margin-top: 16px;
    font-size: 13px;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
}

ul {
    font-size: 15px;
}

.lis {
    margin-top: 16px;
    font-size: 13px;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    border-radius: 15px;
    padding: 4px;
    border: 2px solid #00ff6c82;
}


.color-plan-chosen {
    color: #00ff6c;
}

.color-plan-others {
    color: #00b1ff;
}