.btn1 {
    text-align: center;
    font-size: 16px;
    width: 100px;
    border: 1px solid rgb(221, 221, 221);
    display: inline-block;
    margin-left: 10px;
    padding: 5px;
    cursor: pointer;
    background: none;
    color: rgb(67, 67, 67);
}
.active {
    border: 1px solid rgb(19, 148, 204);
    background: rgb(19, 148, 204);
    color: rgb(255, 255, 255);
}