.cof-form {
    max-width: 500px;
    margin: auto;
    display: flex;
    flex-direction: column;
    
}

.cof-form input, .cof-form select {
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
}

.cof-form button {
    background: #0073aa;
    color: #fff;
    padding: 12px;
    border: none;
    cursor: pointer;
}

.unnamed4
{
font-weight:bold;

}

.unnamed3
{
font-size:200%;
background-color:white;
}


.firstcol
{
background-color:#e2a9f3;
}


.secondcol
{
background-color:#baf3a9;
}

