.btn{
    width: 50px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: rgba(0, 78, 159);
    background: #ddd;
    font-size: 15px;
    border-radius: 5px;
    margin-bottom: 10px;
    cursor: pointer;}
