.view-btn {
    width: 100px;
    padding: auto;
    height: 40px;
    border: none;
    border-radius: 14px;
    color: white;
    outline: none;
    font-size: 1.4rem;
    transition: background-color 0.3s;
    cursor: default;
    background-color: #0191F1;
    /* Changes cursor to the default instead of pointer */
}