.btn {
    border: none;
    cursor: pointer;

    width: 174px;
    padding: 10px 16px;

    color: #34374a;
    font-size: 14px;
    font-weight: 500;

    background-color: white;
    border-radius: 12px;
    box-shadow: 0px 4px 8px 4px #5f698333;
}
