#text{
    color: black;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    margin:1rem 0;
}
.cc-div{
    width: auto ;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    border-radius: 5px;
    background-color: white;
}

.this{
    margin:4px 0;
}

.main-div{
    background-color: #b31212;
}